Subtitle & MultiAudio

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

    See more

    Declaration

    Swift

    public class OTVTrackInfo : NSObject
  • Defines the track types available on OTVAVPlayer

    See more

    Declaration

    Swift

    @objc
    public enum OTVTrackType : Int
  • Protocol for listening to available tracks changing

    See more

    Declaration

    Swift

    @objc
    public protocol OTVTracksChangedListener : AnyObject