enum StreamingFormat (v202411)

  • StreamingFormat describes the format of a live stream media, which can be either HTTP Live Streaming (HLS) or MPEG-DASH (DASH).

  • If the actual value of the streaming format is not exposed by the requested API version, UNKNOWN will be returned.

  • This enumeration is part of the LiveStreamEvent object within the LiveStreamEventService and resides within the namespace https://www.google.com/apis/ads/publisher/v202411.

The LiveStreamEvent streaming format.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
HLS The format of the live stream media is HTTP Live Streaming.
DASH The format of the live stream media is MPEG-DASH.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.