enum StreamingFormat (v202505)

  • StreamingFormat is an enumeration used within the LiveStreamEventService to specify the format of live stream media.

  • The supported streaming formats are HTTP Live Streaming (HLS), MPEG-DASH (DASH), and UNKNOWN for values not exposed by the API version.

The LiveStreamEvent streaming format.


Namespace
https://www.google.com/apis/ads/publisher/v202505
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.