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

Function FlvSoundBits2Str

src/brpc/rtmp.cpp:383–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383const char* FlvSoundBits2Str(FlvSoundBits size) {
384 switch (size) {
385 case FLV_SOUND_8BIT: return "8";
386 case FLV_SOUND_16BIT: return "16";
387 }
388 return "Unknown FlvSoundBits";
389}
390
391const char* FlvSoundType2Str(FlvSoundType t) {
392 switch (t) {

Callers 1

rtmp.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected