Class AVMovieTrack

All Implemented Interfaces:
AVAsynchronousKeyValueLoading, NSObjectProtocol, ObjCProtocol
Direct Known Subclasses:
AVFragmentedMovieTrack, AVMutableMovieTrack

public class AVMovieTrack
extends AVAssetTrack
Since:
Available in iOS 13.0 and later.
  • Constructor Details

    • AVMovieTrack

      protected AVMovieTrack()
    • AVMovieTrack

      protected AVMovieTrack​(NSObject.Handle h, long handle)
    • AVMovieTrack

      protected AVMovieTrack​(NSObject.SkipInit skipInit)
  • Method Details

    • getMediaPresentationTimeRange

      public CMTimeRange getMediaPresentationTimeRange()
      Since:
      Available in iOS 13.0 and later.
    • getMediaDecodeTimeRange

      public CMTimeRange getMediaDecodeTimeRange()
      Since:
      Available in iOS 13.0 and later.
    • getAlternateGroupID

      public long getAlternateGroupID()
      Since:
      Available in iOS 13.0 and later.
    • getMediaDataStorage

      public AVMediaDataStorage getMediaDataStorage()
      Since:
      Available in iOS 13.0 and later.