Interface ManifestOptionsOrBuilder (0.36.0)

public interface ManifestOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBitrateOrder()

public abstract ManifestOptions.OrderPolicy getBitrateOrder()

If specified, the output manifest will orders the video and muxed renditions by bitrate according to the ordering policy.

.google.cloud.video.stitcher.v1.ManifestOptions.OrderPolicy bitrate_order = 2;

Returns
TypeDescription
ManifestOptions.OrderPolicy

The bitrateOrder.

getBitrateOrderValue()

public abstract int getBitrateOrderValue()

If specified, the output manifest will orders the video and muxed renditions by bitrate according to the ordering policy.

.google.cloud.video.stitcher.v1.ManifestOptions.OrderPolicy bitrate_order = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for bitrateOrder.

getIncludeRenditions(int index)

public abstract RenditionFilter getIncludeRenditions(int index)

If specified, the output manifest will only return renditions matching the specified filters.

repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
RenditionFilter

getIncludeRenditionsCount()

public abstract int getIncludeRenditionsCount()

If specified, the output manifest will only return renditions matching the specified filters.

repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;

Returns
TypeDescription
int

getIncludeRenditionsList()

public abstract List<RenditionFilter> getIncludeRenditionsList()

If specified, the output manifest will only return renditions matching the specified filters.

repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;

Returns
TypeDescription
List<RenditionFilter>

getIncludeRenditionsOrBuilder(int index)

public abstract RenditionFilterOrBuilder getIncludeRenditionsOrBuilder(int index)

If specified, the output manifest will only return renditions matching the specified filters.

repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
RenditionFilterOrBuilder

getIncludeRenditionsOrBuilderList()

public abstract List<? extends RenditionFilterOrBuilder> getIncludeRenditionsOrBuilderList()

If specified, the output manifest will only return renditions matching the specified filters.

repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;

Returns
TypeDescription
List<? extends com.google.cloud.video.stitcher.v1.RenditionFilterOrBuilder>