Enum TimecodeConfig.TimecodeSource (0.43.0)

public enum TimecodeConfig.TimecodeSource extends Enum<TimecodeConfig.TimecodeSource> implements ProtocolMessageEnum

The source of timecode.

Protobuf enum google.cloud.video.livestream.v1.TimecodeConfig.TimecodeSource

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EMBEDDED_TIMECODE

Use input embedded timecode e.g. picture timing SEI message.

EMBEDDED_TIMECODE = 2;

EMBEDDED_TIMECODE_VALUE

Use input embedded timecode e.g. picture timing SEI message.

EMBEDDED_TIMECODE = 2;

MEDIA_TIMESTAMP

Use input media timestamp.

MEDIA_TIMESTAMP = 1;

MEDIA_TIMESTAMP_VALUE

Use input media timestamp.

MEDIA_TIMESTAMP = 1;

TIMECODE_SOURCE_UNSPECIFIED

The timecode source is not specified.

TIMECODE_SOURCE_UNSPECIFIED = 0;

TIMECODE_SOURCE_UNSPECIFIED_VALUE

The timecode source is not specified.

TIMECODE_SOURCE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()