Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::VideoStream.
Video stream resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#h264
def h264() -> ::Google::Cloud::Video::Transcoder::V1::VideoStream::H264CodecSettings
-
(::Google::Cloud::Video::Transcoder::V1::VideoStream::H264CodecSettings) — H264 codec settings.
Note: The following fields are mutually exclusive:
h264
,h265
,vp9
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#h264=
def h264=(value) -> ::Google::Cloud::Video::Transcoder::V1::VideoStream::H264CodecSettings
-
value (::Google::Cloud::Video::Transcoder::V1::VideoStream::H264CodecSettings) — H264 codec settings.
Note: The following fields are mutually exclusive:
h264
,h265
,vp9
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Video::Transcoder::V1::VideoStream::H264CodecSettings) — H264 codec settings.
Note: The following fields are mutually exclusive:
h264
,h265
,vp9
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#h265
def h265() -> ::Google::Cloud::Video::Transcoder::V1::VideoStream::H265CodecSettings
-
(::Google::Cloud::Video::Transcoder::V1::VideoStream::H265CodecSettings) — H265 codec settings.
Note: The following fields are mutually exclusive:
h265
,h264
,vp9
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#h265=
def h265=(value) -> ::Google::Cloud::Video::Transcoder::V1::VideoStream::H265CodecSettings
-
value (::Google::Cloud::Video::Transcoder::V1::VideoStream::H265CodecSettings) — H265 codec settings.
Note: The following fields are mutually exclusive:
h265
,h264
,vp9
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Video::Transcoder::V1::VideoStream::H265CodecSettings) — H265 codec settings.
Note: The following fields are mutually exclusive:
h265
,h264
,vp9
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#vp9
def vp9() -> ::Google::Cloud::Video::Transcoder::V1::VideoStream::Vp9CodecSettings
-
(::Google::Cloud::Video::Transcoder::V1::VideoStream::Vp9CodecSettings) — VP9 codec settings.
Note: The following fields are mutually exclusive:
vp9
,h264
,h265
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#vp9=
def vp9=(value) -> ::Google::Cloud::Video::Transcoder::V1::VideoStream::Vp9CodecSettings
-
value (::Google::Cloud::Video::Transcoder::V1::VideoStream::Vp9CodecSettings) — VP9 codec settings.
Note: The following fields are mutually exclusive:
vp9
,h264
,h265
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Video::Transcoder::V1::VideoStream::Vp9CodecSettings) — VP9 codec settings.
Note: The following fields are mutually exclusive:
vp9
,h264
,h265
. If a field in that set is populated, all other fields in the set will automatically be cleared.