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
- (::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
- 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.
- (::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
-
(::Google::Type::TimeZone) — Time zone e.g. "America/Los_Angeles".
Note: The following fields are mutually exclusive:
time_zone
,utc_offset
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#time_zone=
def time_zone=(value) -> ::Google::Type::TimeZone
-
value (::Google::Type::TimeZone) — Time zone e.g. "America/Los_Angeles".
Note: The following fields are mutually exclusive:
time_zone
,utc_offset
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Type::TimeZone) — Time zone e.g. "America/Los_Angeles".
Note: The following fields are mutually exclusive:
time_zone
,utc_offset
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#utc_offset
def utc_offset() -> ::Google::Protobuf::Duration
-
(::Google::Protobuf::Duration) — UTC offset. Must be whole seconds, between -18 hours and +18 hours.
Note: The following fields are mutually exclusive:
utc_offset
,time_zone
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#utc_offset=
def utc_offset=(value) -> ::Google::Protobuf::Duration
-
value (::Google::Protobuf::Duration) — UTC offset. Must be whole seconds, between -18 hours and +18 hours.
Note: The following fields are mutually exclusive:
utc_offset
,time_zone
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Protobuf::Duration) — UTC offset. Must be whole seconds, between -18 hours and +18 hours.
Note: The following fields are mutually exclusive:
utc_offset
,time_zone
. If a field in that set is populated, all other fields in the set will automatically be cleared.