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
|
@ -536,9 +536,9 @@ typedef struct {
|
|||
|
||||
// The audio sample rate, it's SrsAudioSampleRate.
|
||||
uint8_t sample_rate;
|
||||
// The audio sound bits, it's SrsAudioSampleSize.
|
||||
// The audio sound bits, it's SrsAudioSampleBits.
|
||||
uint8_t sound_bits;
|
||||
// The audio sound type, it's SrsAudioSoundType.
|
||||
// The audio sound type, it's SrsAudioChannels.
|
||||
uint8_t channels;
|
||||
|
||||
// The size of sample payload in bytes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue