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

Function f_kbps

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

Source from the content-addressed store, hash-verified

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
95{

Callers 1

ExportFFmpeg.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected