Class AVURLAsset

    • Constructor Detail

      • AVURLAsset

        protected AVURLAsset()
      • AVURLAsset

        @Deprecated
        protected AVURLAsset​(long handle)
        Deprecated.
    • Method Detail

      • getURL

        public NSURL getURL()
      • getResourceLoader

        public AVAssetResourceLoader getResourceLoader()
        Since:
        Available in iOS 6.0 and later.
      • getAssetCache

        public AVAssetCache getAssetCache()
        Since:
        Available in iOS 10.0 and later.
      • getAudiovisualTypes

        public static java.util.List<java.lang.String> getAudiovisualTypes()
        Since:
        Available in iOS 5.0 and later.
      • getAudiovisualMIMETypes

        public static java.util.List<java.lang.String> getAudiovisualMIMETypes()
        Since:
        Available in iOS 5.0 and later.
      • isPlayableExtendedMIMEType

        public static boolean isPlayableExtendedMIMEType​(java.lang.String extendedMIMEType)
        Since:
        Available in iOS 5.0 and later.