Live Stream v1 API - Class TimecodeConfig (1.5.0)

public sealed class TimecodeConfig : IMessage<TimecodeConfig>, IEquatable<TimecodeConfig>, IDeepCloneable<TimecodeConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Live Stream v1 API class TimecodeConfig.

Timecode configuration.

Inheritance

object > TimecodeConfig

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

TimecodeConfig()

public TimecodeConfig()

TimecodeConfig(TimecodeConfig)

public TimecodeConfig(TimecodeConfig other)
Parameter
NameDescription
otherTimecodeConfig

Properties

Source

public TimecodeConfig.Types.TimecodeSource Source { get; set; }

The source of the timecode that will later be used in outputs/manifests. It determines the initial timecode/timestamp (first frame) of output streams.

Property Value
TypeDescription
TimecodeConfigTypesTimecodeSource

TimeOffsetCase

public TimecodeConfig.TimeOffsetOneofCase TimeOffsetCase { get; }
Property Value
TypeDescription
TimecodeConfigTimeOffsetOneofCase

TimeZone

public TimeZone TimeZone { get; set; }

Time zone e.g. "America/Los_Angeles".

Property Value
TypeDescription
TimeZone

UtcOffset

public Duration UtcOffset { get; set; }

UTC offset. Must be whole seconds, between -18 hours and +18 hours.

Property Value
TypeDescription
Duration