TSReaderDelegate

public protocol TSReaderDelegate : AnyObject

The interface an MPEG-2 TS (Transport Stream) reader uses to inform its delegates.

  • Undocumented

    Declaration

    Swift

    func reader(_ reader: TSReader<Self>, id: UInt16, didRead formatDescription: CMFormatDescription)
  • Undocumented

    Declaration

    Swift

    func reader(_ reader: TSReader<Self>, id: UInt16, didRead sampleBuffer: CMSampleBuffer)