TimecodeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Timecode configuration.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
source |
google.cloud.video.live_stream_v1.types.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. |
utc_offset |
google.protobuf.duration_pb2.Duration
UTC offset. Must be whole seconds, between -18 hours and +18 hours. This field is a member of oneof _ time_offset .
|
time_zone |
google.type.datetime_pb2.TimeZone
Time zone e.g. "America/Los_Angeles". This field is a member of oneof _ time_offset .
|
Classes
TimecodeSource
TimecodeSource(value)
The source of timecode.
Values: TIMECODE_SOURCE_UNSPECIFIED (0): The timecode source is not specified. MEDIA_TIMESTAMP (1): Use input media timestamp. EMBEDDED_TIMECODE (2): Use input embedded timecode e.g. picture timing SEI message.