Class: Google::Cloud::Video::LiveStream::V1::VideoStreamProperty
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::VideoStreamProperty
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Properties of the video stream.
Instance Attribute Summary collapse
-
#index ⇒ ::Integer
Index of this video stream.
-
#video_format ⇒ ::Google::Cloud::Video::LiveStream::V1::VideoFormat
Properties of the video format.
Instance Attribute Details
#index ⇒ ::Integer
Returns Index of this video stream.
424 425 426 427 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 424 class VideoStreamProperty include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#video_format ⇒ ::Google::Cloud::Video::LiveStream::V1::VideoFormat
Returns Properties of the video format.
424 425 426 427 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 424 class VideoStreamProperty include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |