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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.video.stitcher.v1.RenditionFilterOrBuilder> |
|