enum StreamingFormat (v202508)

  • LiveStreamEventService depends on the LiveStreamEvent object.

  • The StreamingFormat enumeration within LiveStreamEvent specifies the streaming format of a live stream event.

  • Supported streaming formats include HLS and DASH.

  • UNKNOWN is returned if the actual streaming format value is not exposed by the requested API version.

The LiveStreamEvent streaming format.


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