VideoStream(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Video stream resource. .. attribute:: h264
H264 codec settings.
:type: google.cloud.video.transcoder_v1.types.VideoStream.H264CodecSettings
Attributes | |
---|---|
Name | Description |
h265 |
google.cloud.video.transcoder_v1.types.VideoStream.H265CodecSettings
H265 codec settings. |
vp9 |
google.cloud.video.transcoder_v1.types.VideoStream.Vp9CodecSettings
VP9 codec settings. |
Classes
H264CodecSettings
H264CodecSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)
H264 codec settings. .. attribute:: width_pixels
The width of the video in pixels. Must be an even integer. When not specified, the width is adjusted to match the specified height and input aspect ratio. If both are omitted, the input width is used.
:type: int
H265CodecSettings
H265CodecSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)
H265 codec settings. .. attribute:: width_pixels
The width of the video in pixels. Must be an even integer. When not specified, the width is adjusted to match the specified height and input aspect ratio. If both are omitted, the input width is used.
:type: int
Vp9CodecSettings
Vp9CodecSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)
VP9 codec settings. .. attribute:: width_pixels
The width of the video in pixels. Must be an even integer. When not specified, the width is adjusted to match the specified height and input aspect ratio. If both are omitted, the input width is used.
:type: int