Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::ManifestOptions.
Options for manifest generation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bitrate_order
def bitrate_order() -> ::Google::Cloud::Video::Stitcher::V1::ManifestOptions::OrderPolicy
Returns
- (::Google::Cloud::Video::Stitcher::V1::ManifestOptions::OrderPolicy) — If specified, the output manifest will orders the video and muxed renditions by bitrate according to the ordering policy.
#bitrate_order=
def bitrate_order=(value) -> ::Google::Cloud::Video::Stitcher::V1::ManifestOptions::OrderPolicy
Parameter
- value (::Google::Cloud::Video::Stitcher::V1::ManifestOptions::OrderPolicy) — If specified, the output manifest will orders the video and muxed renditions by bitrate according to the ordering policy.
Returns
- (::Google::Cloud::Video::Stitcher::V1::ManifestOptions::OrderPolicy) — If specified, the output manifest will orders the video and muxed renditions by bitrate according to the ordering policy.
#include_renditions
def include_renditions() -> ::Array<::Google::Cloud::Video::Stitcher::V1::RenditionFilter>
Returns
- (::Array<::Google::Cloud::Video::Stitcher::V1::RenditionFilter>) — If specified, the output manifest will only return renditions matching the specified filters.
#include_renditions=
def include_renditions=(value) -> ::Array<::Google::Cloud::Video::Stitcher::V1::RenditionFilter>
Parameter
- value (::Array<::Google::Cloud::Video::Stitcher::V1::RenditionFilter>) — If specified, the output manifest will only return renditions matching the specified filters.
Returns
- (::Array<::Google::Cloud::Video::Stitcher::V1::RenditionFilter>) — If specified, the output manifest will only return renditions matching the specified filters.