Class: Google::Cloud::Video::LiveStream::V1::NormalizedResolution
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::NormalizedResolution
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Normalized resolution.
Instance Attribute Summary collapse
-
#h ⇒ ::Float
Optional.
-
#w ⇒ ::Float
Optional.
Instance Attribute Details
#h ⇒ ::Float
Returns Optional. Normalized height. Valid range is [0.0, 1.0]. Default is 0.
273 274 275 276 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 273 class NormalizedResolution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#w ⇒ ::Float
Returns Optional. Normalized width. Valid range is [0.0, 1.0]. Default is 0.
273 274 275 276 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 273 class NormalizedResolution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |