Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::RenditionFilter.
Filters for a video or muxed redition.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bitrate_bps
def bitrate_bps() -> ::Integer
Returns
- (::Integer) — Bitrate in bits per second for the rendition. If set, only renditions with the exact bitrate will match.
#bitrate_bps=
def bitrate_bps=(value) -> ::Integer
Parameter
- value (::Integer) — Bitrate in bits per second for the rendition. If set, only renditions with the exact bitrate will match.
Returns
- (::Integer) — Bitrate in bits per second for the rendition. If set, only renditions with the exact bitrate will match.
#codecs
def codecs() -> ::String
Returns
- (::String) — Codecs for the rendition. If set, only renditions with the exact value will match.
#codecs=
def codecs=(value) -> ::String
Parameter
- value (::String) — Codecs for the rendition. If set, only renditions with the exact value will match.
Returns
- (::String) — Codecs for the rendition. If set, only renditions with the exact value will match.