Subtitle & MultiAudio

  • Describes a track, e.g. subtitle or audio track

    See more

    Declaration

    Objective-C

    
    @interface OTVTrackInfo : NSObject
  • Defines the track types available on OTVAVPlayer

    See more

    Declaration

    Objective-C

    enum OTVTrackType : NSInteger {}

    Swift

    enum OTVTrackType : Int, @unchecked Sendable
  • Protocol for listening to available tracks changing

    See more

    Declaration

    Objective-C

    @protocol OTVTracksChangedListener