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