mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #299, refine audio codec object name
This commit is contained in:
parent
caf69f193d
commit
d612a21bad
9 changed files with 66 additions and 64 deletions
|
@ -1579,9 +1579,9 @@ public:
|
|||
// The audio sample rate.
|
||||
SrsAudioSampleRate sample_rate;
|
||||
// The audio sound bits.
|
||||
SrsAudioSampleSize sound_bits;
|
||||
SrsAudioSampleBits sound_bits;
|
||||
// The audio sound type.
|
||||
SrsAudioSoundType channels;
|
||||
SrsAudioChannels channels;
|
||||
private:
|
||||
// For AAC, the asc in esds box.
|
||||
int nb_asc;
|
||||
|
@ -1652,9 +1652,9 @@ public:
|
|||
// The audio sample rate.
|
||||
SrsAudioSampleRate sample_rate;
|
||||
// The audio sound bits.
|
||||
SrsAudioSampleSize sound_bits;
|
||||
SrsAudioSampleBits sound_bits;
|
||||
// The audio sound type.
|
||||
SrsAudioSoundType channels;
|
||||
SrsAudioChannels channels;
|
||||
private:
|
||||
// For AAC, the asc in esds box.
|
||||
int nb_asc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue