Enum LiveStreamEventStreamingFormatEnum.LiveStreamEventStreamingFormat (0.54.0)

public enum LiveStreamEventStreamingFormatEnum.LiveStreamEventStreamingFormat extends Enum<LiveStreamEventStreamingFormatEnum.LiveStreamEventStreamingFormat> implements ProtocolMessageEnum

The LiveStreamEvent streaming format.

Protobuf enum google.ads.admanager.v1.LiveStreamEventStreamingFormatEnum.LiveStreamEventStreamingFormat

Implements

ProtocolMessageEnum

Static Fields

Name Description
DASH

The format of the live stream media is MPEG-DASH.

DASH = 1;

DASH_VALUE

The format of the live stream media is MPEG-DASH.

DASH = 1;

HLS

The format of the live stream media is HTTP Live Streaming.

HLS = 2;

HLS_VALUE

The format of the live stream media is HTTP Live Streaming.

HLS = 2;

LIVE_STREAM_EVENT_STREAMING_FORMAT_UNSPECIFIED

Default value. This value is unused.

LIVE_STREAM_EVENT_STREAMING_FORMAT_UNSPECIFIED = 0;

LIVE_STREAM_EVENT_STREAMING_FORMAT_UNSPECIFIED_VALUE

Default value. This value is unused.

LIVE_STREAM_EVENT_STREAMING_FORMAT_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()