MCPcopy Create free account
hub / github.com/audacity/audacity / n_kbps

Function n_kbps

modules/import-export/mod-opus/ExportOpus.cpp:80–83  ·  view source on GitHub ↗

i18n-hint: kbps abbreviates "thousands of bits per second" */

Source from the content-addressed store, hash-verified

78
79/* i18n-hint: kbps abbreviates "thousands of bits per second" */
80TranslatableString n_kbps(int n)
81{
82 return XO("%d kbps").Format(n);
83}
84
85enum : int
86{

Callers 1

ExportOpus.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected