Class: Google::Cloud::Video::LiveStream::V1::VideoFormat

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#codec::String

Returns Video codec used in this video stream.

Returns:

  • (::String)

    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.

Returns:

  • (::Float)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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