mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1636, add comments
This commit is contained in:
parent
aa20a04abb
commit
7036f839d2
2 changed files with 10 additions and 1 deletions
|
@ -73,12 +73,14 @@ public:
|
|||
// The header of adts sample.
|
||||
struct SrsRawAacStreamCodec
|
||||
{
|
||||
// Codec level informations.
|
||||
int8_t protection_absent;
|
||||
SrsAacObjectType aac_object;
|
||||
int8_t sampling_frequency_index;
|
||||
int8_t channel_configuration;
|
||||
int16_t frame_length;
|
||||
|
||||
|
||||
// Format level, RTMP as such, informations.
|
||||
char sound_format;
|
||||
char sound_rate;
|
||||
char sound_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue