Values.TransportStreamSourceThe metadata of an elementary transport stream.
type nonrec t = {channels : Integer.t option;The number of channels in the audio stream.
*)codec : String_.t option;The codec used by the stream.
*)frameRate : String_.t option;The frame rate used by the video stream.
*)frameResolution : FrameResolution.t option;The frame resolution used by the video stream.
*)pid : Integer.t option;The Packet ID (PID) as it is reported in the Program Map Table.
*)sampleRate : Integer.t option;The sample rate used by the audio stream.
*)sampleSize : Integer.t option;The sample bit size used by the audio stream.
*)streamType : String_.t option;The Stream Type as it is reported in the Program Map Table.
*)}