Skip to content

Commit a4485da

Browse files
committed
Documentation
1 parent 859bcdc commit a4485da

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/AudioTools/AudioCodecs/CodecMTS.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ enum class MTSStreamType {
7575
// };
7676

7777
/**
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
78+
* @brief MPEG-TS (MTS) decoder. Extracts (demuxes) the indicaated audio/video
79+
* data from a MPEG-TS (MTS) data stream. You can define the relevant stream
80+
* types via the API: addStreamType(MTSStreamType). By default, the
81+
* decoder selects the AUDIO_AAC, AUDIO_AAC_LATM stream types.
8182
*
8283
* @ingroup codecs
8384
* @ingroup decoder

0 commit comments

Comments
 (0)