Reference documentation and code samples for the Google Ads Ad Manager V1 Client class LiveStreamEventStreamingFormat.
The LiveStreamEvent streaming format.
Protobuf type google.ads.admanager.v1.LiveStreamEventStreamingFormatEnum.LiveStreamEventStreamingFormat
Namespace
Google \ Ads \ AdManager \ V1 \ LiveStreamEventStreamingFormatEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LIVE_STREAM_EVENT_STREAMING_FORMAT_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum LIVE_STREAM_EVENT_STREAMING_FORMAT_UNSPECIFIED = 0;
DASH
Value: 1The format of the live stream media is MPEG-DASH.
Generated from protobuf enum DASH = 1;
HLS
Value: 2The format of the live stream media is HTTP Live Streaming.
Generated from protobuf enum HLS = 2;