We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859bcdc commit a4485daCopy full SHA for a4485da
src/AudioTools/AudioCodecs/CodecMTS.h
@@ -75,9 +75,10 @@ enum class MTSStreamType {
75
// };
76
77
/**
78
- * @brief MPEG-TS (MTS) decoder. Extracts (demuxes) the AAC audio data from a
79
- * MPEG-TS (MTS) data stream. You can define the relevant stream types via the
80
- * API: For details see https://tsduck.io/download/docs/mpegts-introduction.pdf
+ * @brief MPEG-TS (MTS) decoder. Extracts (demuxes) the indicaated audio/video
+ * data from a MPEG-TS (MTS) data stream. You can define the relevant stream
+ * types via the API: addStreamType(MTSStreamType). By default, the
81
+ * decoder selects the AUDIO_AAC, AUDIO_AAC_LATM stream types.
82
*
83
* @ingroup codecs
84
* @ingroup decoder
0 commit comments