public interface ManifestOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| List<? extends com.google.cloud.video.stitcher.v1.RenditionFilterOrBuilder> |