1
0
Fork 0
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:
winlin 2020-03-13 17:05:22 +08:00
parent aa20a04abb
commit 7036f839d2
2 changed files with 10 additions and 1 deletions

View file

@ -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;