Package 

Class VideoDecoder

  • All Implemented Interfaces:
    com.cloudinary.android.preprocess.ResourceDecoder

    
    public class VideoDecoder
     implements ResourceDecoder<Uri>
                        

    Returns the decoded video uri from a given payload. Payloads must be either LocalUriPayload or FilePayload. Note: It doesn't do the actual decoding process.

    • Method Summary

      Modifier and Type Method Description
      Uri decode(Context context, Payload payload) Returns the video uri.
      • Methods inherited from class com.cloudinary.android.preprocess.ResourceDecoder

        decode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • decode

         Uri decode(Context context, Payload payload)

        Returns the video uri.

        Parameters:
        context - Android context.
        payload - Payload to extract the resource from