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
SubtitleTrackDeclaration
Swift
case text -
Indicates a track containing thumbnail data like the
ThumbnailTrackDeclaration
Swift
case thumbnail -
Indicates a track containing audio data like the
AudioTrackDeclaration
Swift
case audio
TrackType Enumeration Reference