Class: Google::Cloud::Video::LiveStream::V1::VideoFormat
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::VideoFormat
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Properties of the video format.
Instance Attribute Summary collapse
-
#codec ⇒ ::String
Video codec used in this video stream.
-
#frame_rate ⇒ ::Float
The frame rate of the input video stream.
-
#height_pixels ⇒ ::Integer
The height of the video stream in pixels.
-
#width_pixels ⇒ ::Integer
The width of the video stream in pixels.
Instance Attribute Details
#codec ⇒ ::String
Returns Video codec used in this video stream.
442 443 444 445 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 442 class VideoFormat include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#frame_rate ⇒ ::Float
Returns The frame rate of the input video stream.
442 443 444 445 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 442 class VideoFormat include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#height_pixels ⇒ ::Integer
Returns The height of the video stream in pixels.
442 443 444 445 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 442 class VideoFormat include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#width_pixels ⇒ ::Integer
Returns The width of the video stream in pixels.
442 443 444 445 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 442 class VideoFormat include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |