AI-generated Key Takeaways
-
StreamingFormatis an enumeration used within theLiveStreamEventServiceto specify the format of live stream media. -
The supported streaming formats are HTTP Live Streaming (
HLS), MPEG-DASH (DASH), andUNKNOWNfor values not exposed by the API version.
Service
LiveStreamEventService
Dependencies
LiveStreamEvent
▼
StreamingFormat
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. |