Uses of Class
com.google.cloud.video.stitcher.v1.ManifestOptions
-
Packages that use ManifestOptions Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of ManifestOptions in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return ManifestOptions Modifier and Type Method Description ManifestOptionsManifestOptions.Builder. build()ManifestOptionsManifestOptions.Builder. buildPartial()static ManifestOptionsManifestOptions. getDefaultInstance()ManifestOptionsManifestOptions.Builder. getDefaultInstanceForType()ManifestOptionsManifestOptions. getDefaultInstanceForType()ManifestOptionsLiveSession.Builder. getManifestOptions()Additional options that affect the output of the manifest.ManifestOptionsLiveSession. getManifestOptions()Additional options that affect the output of the manifest.ManifestOptionsLiveSessionOrBuilder. getManifestOptions()Additional options that affect the output of the manifest.ManifestOptionsVodSession.Builder. getManifestOptions()Additional options that affect the output of the manifest.ManifestOptionsVodSession. getManifestOptions()Additional options that affect the output of the manifest.ManifestOptionsVodSessionOrBuilder. getManifestOptions()Additional options that affect the output of the manifest.static ManifestOptionsManifestOptions. parseDelimitedFrom(InputStream input)static ManifestOptionsManifestOptions. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ManifestOptionsManifestOptions. parseFrom(byte[] data)static ManifestOptionsManifestOptions. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ManifestOptionsManifestOptions. parseFrom(com.google.protobuf.ByteString data)static ManifestOptionsManifestOptions. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ManifestOptionsManifestOptions. parseFrom(com.google.protobuf.CodedInputStream input)static ManifestOptionsManifestOptions. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ManifestOptionsManifestOptions. parseFrom(InputStream input)static ManifestOptionsManifestOptions. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ManifestOptionsManifestOptions. parseFrom(ByteBuffer data)static ManifestOptionsManifestOptions. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type ManifestOptions Modifier and Type Method Description com.google.protobuf.Parser<ManifestOptions>ManifestOptions. getParserForType()static com.google.protobuf.Parser<ManifestOptions>ManifestOptions. parser()Methods in com.google.cloud.video.stitcher.v1 with parameters of type ManifestOptions Modifier and Type Method Description ManifestOptions.BuilderManifestOptions.Builder. mergeFrom(ManifestOptions other)LiveSession.BuilderLiveSession.Builder. mergeManifestOptions(ManifestOptions value)Additional options that affect the output of the manifest.VodSession.BuilderVodSession.Builder. mergeManifestOptions(ManifestOptions value)Additional options that affect the output of the manifest.static ManifestOptions.BuilderManifestOptions. newBuilder(ManifestOptions prototype)LiveSession.BuilderLiveSession.Builder. setManifestOptions(ManifestOptions value)Additional options that affect the output of the manifest.VodSession.BuilderVodSession.Builder. setManifestOptions(ManifestOptions value)Additional options that affect the output of the manifest.
-