Live Stream V1 API - Class Google::Cloud::Video::LiveStream::V1::TimecodeConfig (v1.3.0)

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

#source=

def source=(value) -> ::Google::Cloud::Video::LiveStream::V1::TimecodeConfig::TimecodeSource
Parameter
Returns

#time_zone

def time_zone() -> ::Google::Type::TimeZone
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.