public final class ManifestOptions extends GeneratedMessageV3 implements ManifestOptionsOrBuilder
Options for manifest generation.
Protobuf type google.cloud.video.stitcher.v1.ManifestOptions
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BITRATE_ORDER_FIELD_NUMBER
public static final int BITRATE_ORDER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
INCLUDE_RENDITIONS_FIELD_NUMBER
public static final int INCLUDE_RENDITIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ManifestOptions getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ManifestOptions.Builder newBuilder()
newBuilder(ManifestOptions prototype)
public static ManifestOptions.Builder newBuilder(ManifestOptions prototype)
public static ManifestOptions parseDelimitedFrom(InputStream input)
public static ManifestOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ManifestOptions parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ManifestOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ManifestOptions parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ManifestOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ManifestOptions parseFrom(CodedInputStream input)
public static ManifestOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ManifestOptions parseFrom(InputStream input)
public static ManifestOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ManifestOptions parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ManifestOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ManifestOptions> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getBitrateOrder()
public 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;
getBitrateOrderValue()
public 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.
|
getDefaultInstanceForType()
public ManifestOptions getDefaultInstanceForType()
getIncludeRenditions(int index)
public 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
|
getIncludeRenditionsCount()
public 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 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;
getIncludeRenditionsOrBuilder(int index)
public 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
|
getIncludeRenditionsOrBuilderList()
public 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> |
|
getParserForType()
public Parser<ManifestOptions> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ManifestOptions.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ManifestOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ManifestOptions.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides