AI-generated Key Takeaways
-
LiveStreamEventService
depends on theLiveStreamEvent
object. -
The
StreamingFormat
enumeration withinLiveStreamEvent
specifies the streaming format of a live stream event. -
Supported streaming formats include
HLS
andDASH
. -
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. |