Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::TimecodeConfig.
Timecode configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#source
def source() -> ::Google::Cloud::Video::LiveStream::V1::TimecodeConfig::TimecodeSource
Returns
- (::Google::Cloud::Video::LiveStream::V1::TimecodeConfig::TimecodeSource) — The source of the timecode that will later be used in outputs/manifests. It determines the initial timecode/timestamp (first frame) of output streams.
#source=
def source=(value) -> ::Google::Cloud::Video::LiveStream::V1::TimecodeConfig::TimecodeSource
Parameter
- value (::Google::Cloud::Video::LiveStream::V1::TimecodeConfig::TimecodeSource) — The source of the timecode that will later be used in outputs/manifests. It determines the initial timecode/timestamp (first frame) of output streams.
Returns
- (::Google::Cloud::Video::LiveStream::V1::TimecodeConfig::TimecodeSource) — The source of the timecode that will later be used in outputs/manifests. It determines the initial timecode/timestamp (first frame) of output streams.
#time_zone
def time_zone() -> ::Google::Type::TimeZone
Returns
- (::Google::Type::TimeZone) — Time zone e.g. "America/Los_Angeles".
#time_zone=
def time_zone=(value) -> ::Google::Type::TimeZone
Parameter
- value (::Google::Type::TimeZone) — Time zone e.g. "America/Los_Angeles".
Returns
- (::Google::Type::TimeZone) — Time zone e.g. "America/Los_Angeles".
#utc_offset
def utc_offset() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — UTC offset. Must be whole seconds, between -18 hours and +18 hours.
#utc_offset=
def utc_offset=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — UTC offset. Must be whole seconds, between -18 hours and +18 hours.
Returns
- (::Google::Protobuf::Duration) — UTC offset. Must be whole seconds, between -18 hours and +18 hours.