class VideoFormats extends Resource (View source)

The "videoFormats" collection of methods.

Typical usage is:

 $dfareportingService = new Google\Service\Dfareporting(...);
 $videoFormats = $dfareportingService->videoFormats;

Methods

get(string $profileId, int $id, array $optParams = [])

Gets one video format by ID. (videoFormats.get)

listVideoFormats(string $profileId, array $optParams = [])

Lists available video formats. (videoFormats.listVideoFormats)

Details

VideoFormat get(string $profileId, int $id, array $optParams = [])

Gets one video format by ID. (videoFormats.get)

Parameters

string $profileId

User profile ID associated with this request.

int $id

Video format ID.

array $optParams

Optional parameters.

Return Value

VideoFormat

Exceptions

Exception

VideoFormatsListResponse listVideoFormats(string $profileId, array $optParams = [])

Lists available video formats. (videoFormats.listVideoFormats)

Parameters

string $profileId

User profile ID associated with this request.

array $optParams

Optional parameters.

Return Value

VideoFormatsListResponse

Exceptions

Exception