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

Function n_kbps

modules/import-export/mod-ffmpeg/ExportFFmpeg.cpp:91–91  ·  view source on GitHub ↗

i18n-hint kbps abbreviates "thousands of bits per second"

Source from the content-addressed store, hash-verified

89
90// i18n-hint kbps abbreviates "thousands of bits per second"
91TranslatableString n_kbps(int n) { return XO("%d kbps").Format( n ); }
92TranslatableString f_kbps( double d ) { return XO("%.2f kbps").Format( d ); }
93
94enum : int

Callers 1

ExportFFmpeg.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected