Class VideoCharacteristics (0.13.11)

VideoCharacteristics(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Standard characteristics of a video media view.

Attributes

Name Description
width int
Output only. Video width in pixels.
height int
Output only. Video height in pixels.
duration google.protobuf.duration_pb2.Duration
Output only. Video duration.
frame_rate float
Output only. Frame rate (frames per second).
audio_codecs MutableSequence[str]
Output only. Audio codecs used in the video.
video_codecs MutableSequence[str]
Output only. Video codecs used in the video.
video_bitrate_kbps int
Output only. Bitrate of the video in kbps.
audio_bitrate_kbps int
Output only. Bitrate of the audio in kbps.