Class AVFragmentedAsset

    • Constructor Detail

      • AVFragmentedAsset

        protected AVFragmentedAsset​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • audiovisualMIMETypes

        public static NSArray<java.lang.String> audiovisualMIMETypes()
      • audiovisualTypes

        public static NSArray<java.lang.String> audiovisualTypes()
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • fragmentedAssetWithURLOptions

        public static AVFragmentedAsset fragmentedAssetWithURLOptions​(NSURL URL,
                                                                      NSDictionary<java.lang.String,​?> options)
        fragmentedAssetWithURL:options: Returns an instance of AVFragmentedAsset for inspection of a fragmented media resource.
        Parameters:
        URL - An instance of NSURL that references a media resource.
        options - An instance of NSDictionary that contains keys for specifying options for the initialization of the AVFragmentedAsset. See AVURLAssetPreferPreciseDurationAndTimingKey and AVURLAssetReferenceRestrictionsKey above.
        Returns:
        An instance of AVFragmentedAsset.
      • hash_static

        public static long hash_static()
      • initWithURLOptions

        public AVFragmentedAsset initWithURLOptions​(NSURL URL,
                                                    NSDictionary<java.lang.String,​?> options)
        Description copied from class: AVURLAsset
        initWithURL:options: Initializes an instance of AVURLAsset for inspection of a media resource.
        Overrides:
        initWithURLOptions in class AVURLAsset
        Parameters:
        URL - An instance of NSURL that references a media resource.
        options - An instance of NSDictionary that contains keys for specifying options for the initialization of the AVURLAsset. See AVURLAssetPreferPreciseDurationAndTimingKey and AVURLAssetReferenceRestrictionsKey above.
        Returns:
        An instance of AVURLAsset.
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isAssociatedWithFragmentMinder

        public boolean isAssociatedWithFragmentMinder()
        Description copied from interface: AVFragmentMinding
        [@property] associatedWithFragmentMinder Indicates whether an AVAsset that supports fragment minding is currently associated with a fragment minder, e.g. an instance of AVFragmentedAssetMinder. AVAssets that support fragment minding post change notifications only while associated with a fragment minder.
        Specified by:
        isAssociatedWithFragmentMinder in interface AVFragmentMinding
      • isPlayableExtendedMIMEType

        public static boolean isPlayableExtendedMIMEType​(java.lang.String extendedMIMEType)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • trackWithTrackID

        public AVFragmentedAssetTrack trackWithTrackID​(int trackID)
        trackWithTrackID: Provides an instance of AVFragmentedAssetTrack that represents the track of the specified trackID. Becomes callable without blocking when the key @"tracks" has been loaded
        Overrides:
        trackWithTrackID in class AVAsset
        Parameters:
        trackID - The trackID of the requested AVFragmentedAssetTrack.
        Returns:
        An instance of AVFragmentedAssetTrack; may be nil if no track of the specified trackID is available.
      • tracks

        public NSArray<? extends AVFragmentedAssetTrack> tracks()
        [@property] tracks The tracks in an asset. The value of this property is an array of tracks the asset contains; the tracks are of type AVFragmentedAssetTrack.
        Overrides:
        tracks in class AVAsset
      • tracksWithMediaCharacteristic

        public NSArray<? extends AVFragmentedAssetTrack> tracksWithMediaCharacteristic​(java.lang.String mediaCharacteristic)
        tracksWithMediaCharacteristic: Provides an array of AVFragmentedAssetTracks of the asset that present media with the specified characteristic. Becomes callable without blocking when the key @"tracks" has been loaded
        Overrides:
        tracksWithMediaCharacteristic in class AVAsset
        Parameters:
        mediaCharacteristic - The media characteristic according to which the receiver filters its AVFragmentedAssetTracks. (Media characteristics are defined in AVMediaFormat.h)
        Returns:
        An NSArray of AVFragmentedAssetTracks; may be empty if no tracks with the specified characteristic are available.
      • tracksWithMediaType

        public NSArray<? extends AVFragmentedAssetTrack> tracksWithMediaType​(java.lang.String mediaType)
        tracksWithMediaType: Provides an array of AVFragmentedAssetTracks of the asset that present media of the specified media type. Becomes callable without blocking when the key @"tracks" has been loaded
        Overrides:
        tracksWithMediaType in class AVAsset
        Parameters:
        mediaType - The media type according to which the receiver filters its AVFragmentedAssetTracks. (Media types are defined in AVMediaFormat.h)
        Returns:
        An NSArray of AVFragmentedAssetTracks; may be empty if no tracks of the specified media type are available.
      • version_static

        public static long version_static()
      • itemProviderVisibilityForRepresentationWithTypeIdentifier_static

        public static long itemProviderVisibilityForRepresentationWithTypeIdentifier_static​(java.lang.String typeIdentifier)
      • objectWithItemProviderDataTypeIdentifierError

        public static java.lang.Object objectWithItemProviderDataTypeIdentifierError​(NSData data,
                                                                                     java.lang.String typeIdentifier,
                                                                                     org.moe.natj.general.ptr.Ptr<NSError> outError)
      • readableTypeIdentifiersForItemProvider

        public static NSArray<java.lang.String> readableTypeIdentifiersForItemProvider()
      • writableTypeIdentifiersForItemProvider_static

        public static NSArray<java.lang.String> writableTypeIdentifiersForItemProvider_static()