MCPcopy Create free account
hub / github.com/apache/brpc / FlvSoundRate2Str

Function FlvSoundRate2Str

src/brpc/rtmp.cpp:373–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373const char* FlvSoundRate2Str(FlvSoundRate rate) {
374 switch (rate) {
375 case FLV_SOUND_RATE_5512HZ: return "5512";
376 case FLV_SOUND_RATE_11025HZ: return "11025";
377 case FLV_SOUND_RATE_22050HZ: return "22050";
378 case FLV_SOUND_RATE_44100HZ: return "44100";
379 }
380 return "Unknown FlvSoundRate";
381}
382
383const char* FlvSoundBits2Str(FlvSoundBits size) {
384 switch (size) {

Callers 1

rtmp.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected