OfflineAudioTrack

@objc(BMPOfflineAudioTrack)
@objcMembers
public final class OfflineAudioTrack : OfflineTrack
  • The label for this track.

    Declaration

    Swift

    public let label: String
  • The IETF BCP 47 language tag associated with the text track.

    Declaration

    Swift

    public let language: String?
  • If set to true, this track would be considered as default, i.e. it will be enabled automatically once the source has loaded.

    Declaration

    Swift

    public let isDefault: Bool