Class AVFragmentedMovie

    • Constructor Detail

      • AVFragmentedMovie

        protected AVFragmentedMovie​(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)
      • 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()
      • hash_static

        public static long hash_static()
      • initWithDataOptions

        public AVFragmentedMovie initWithDataOptions​(NSData data,
                                                     NSDictionary<java.lang.String,​?> options)
        Description copied from class: AVMovie
        initWithData:options: Creates an AVMovie object from a movie header stored in an NSData object. You can use this method to operate on movie headers that are not stored in files. In general you should avoid loading an entire movie file with its media data into an instance of NSData! By default, the defaultMediaDataStorage property will be nil and each associated AVMovieTrack's mediaDataStorage property will be nil. If you want to create an AVMutableMovie from an NSData object and then append sample buffers to any of its tracks, you must first set one of these properties to indicate where the sample data should be written.
        Overrides:
        initWithDataOptions in class AVMovie
        Parameters:
        data - An NSData object containing a movie header.
        options - An NSDictionary object that contains keys for specifying options for the initialization of the AVMovie object. Currently no keys are defined.
        Returns:
        An AVMovie object
      • initWithURLOptions

        public AVFragmentedMovie initWithURLOptions​(NSURL URL,
                                                    NSDictionary<java.lang.String,​?> options)
        Description copied from class: AVMovie
        initWithURL:options: Creates an AVMovie object from a movie header stored in a QuickTime movie file or ISO base media file. By default, the defaultMediaDataStorage property will be nil and each associated AVMovieTrack's mediaDataStorage property will be nil. If you want to create an AVMutableMovie from a file and then append sample buffers to any of its tracks, you must first set one of these properties to indicate where the sample data should be written.
        Overrides:
        initWithURLOptions in class AVMovie
        Parameters:
        URL - An NSURL object that specifies a file containing a movie header.
        options - An NSDictionary object that contains keys for specifying options for the initialization of the AVMovie object. Currently no keys are defined.
        Returns:
        An AVMovie object
      • 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
      • isSubclassOfClass

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

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

        public static NSArray<java.lang.String> movieTypes()
      • 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 AVFragmentedMovieTrack trackWithTrackID​(int trackID)
        trackWithTrackID: Provides an instance of AVFragmentedMovieTrack that represents the track of the specified trackID. Becomes callable without blocking when the key @"tracks" has been loaded
        Overrides:
        trackWithTrackID in class AVMovie
        Parameters:
        trackID - The trackID of the requested AVFragmentedMovieTrack.
        Returns:
        An instance of AVFragmentedMovieTrack; may be nil if no track of the specified trackID is available.
      • tracks

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

        public NSArray<? extends AVFragmentedMovieTrack> tracksWithMediaCharacteristic​(java.lang.String mediaCharacteristic)
        tracksWithMediaCharacteristic: Provides an array of AVFragmentedMovieTracks 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 AVMovie
        Parameters:
        mediaCharacteristic - The media characteristic according to which the receiver filters its AVFragmentedMovieTracks. (Media characteristics are defined in AVMediaFormat.h)
        Returns:
        An NSArray of AVFragmentedMovieTracks; may be empty if no tracks with the specified characteristic are available.
      • tracksWithMediaType

        public NSArray<? extends AVFragmentedMovieTrack> tracksWithMediaType​(java.lang.String mediaType)
        tracksWithMediaType: Provides an array of AVFragmentedMovieTracks 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 AVMovie
        Parameters:
        mediaType - The media type according to which the receiver filters its AVFragmentedMovieTracks. (Media types are defined in AVMediaFormat.h)
        Returns:
        An NSArray of AVFragmentedMovieTracks; may be empty if no tracks of the specified media type are available.
      • version_static

        public static long version_static()