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.
Implements
IMessageTimecodeConfig, IEquatableTimecodeConfig, IDeepCloneableTimecodeConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
TimecodeConfig()
public TimecodeConfig()
TimecodeConfig(TimecodeConfig)
public TimecodeConfig(TimecodeConfig other)
Parameter | |
---|---|
Name | Description |
other | TimecodeConfig |
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 | |
---|---|
Type | Description |
TimecodeConfigTypesTimecodeSource |
TimeOffsetCase
public TimecodeConfig.TimeOffsetOneofCase TimeOffsetCase { get; }
Property Value | |
---|---|
Type | Description |
TimecodeConfigTimeOffsetOneofCase |
TimeZone
public TimeZone TimeZone { get; set; }
Time zone e.g. "America/Los_Angeles".
Property Value | |
---|---|
Type | Description |
TimeZone |
UtcOffset
public Duration UtcOffset { get; set; }
UTC offset. Must be whole seconds, between -18 hours and +18 hours.
Property Value | |
---|---|
Type | Description |
Duration |