Package 

Class VideoPreprocessChain


  • 
    public class VideoPreprocessChain
    extends PreprocessChain<Uri>
                        

    A preprocess chain to run on videos before uploading. Pass an instance of a populated chain to preprocess. The processing steps will run by the order in which they were added to the chain. This chain uses the default Video encoder/decoder, however custom implementations can be supplied using loadWith and saveWith.

    • Method Summary

      Modifier and Type Method Description
      static VideoPreprocessChain videoTranscodingChain(Parameters parameters) Convenience method for building an efficient video transcoding chain using Transcode.
      • Methods inherited from class com.cloudinary.android.preprocess.PreprocessChain

        addStep, execute, isEmpty, loadWith, saveWith
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait