AVPlayerCaptionHandler

extension AVPlayerCaptionHandler: _AVPlayerItemListener
  • Declaration

    Swift

    public func playerItem(
        _ playerItem: _BMPAVPlayerItem,
        willChangeMediaOptionFrom from: AVMediaSelectionOption?,
        to: AVMediaSelectionOption?,
        in mediaSelectionGroup: AVMediaSelectionGroup
    )
  • Declaration

    Swift

    public func playerItem(
        _ playerItem: _BMPAVPlayerItem,
        didChangeMediaOptionFrom from: AVMediaSelectionOption?,
        to: AVMediaSelectionOption?,
        in mediaSelectionGroup: AVMediaSelectionGroup
    )
  • Declaration

    Swift

    public func playerItem(
        _ playerItem: _BMPAVPlayerItem,
        willSeekToTargetTime seekTarget: CMTime
    )
  • Declaration

    Swift

    public func playerItem(
        _ playerItem: _BMPAVPlayerItem,
        didSeekWithSuccess finished: Bool
    )