TrackType

@objc(BMPTrackType)
public enum TrackType : Int

The type of a track object.

  • Indicates a missing type

    Declaration

    Swift

    case none
  • Indicates a track containing textual data like the SubtitleTrack

    Declaration

    Swift

    case text
  • Indicates a track containing thumbnail data like the ThumbnailTrack

    Declaration

    Swift

    case thumbnail
  • Indicates a track containing audio data like the AudioTrack

    Declaration

    Swift

    case audio