MCPcopy Create free account
hub / github.com/Cpasjuste/pplay / getAudioBitrate

Method getAudioBitrate

src/player/mpv.cpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197int Mpv::getAudioBitrate() {
198 double bitrate = 0;
199 mpv_get_property(handle, "audio-bitrate", MPV_FORMAT_INT64, &bitrate);
200 return (int) bitrate;
201}
202
203long Mpv::getDuration() {
204 long duration = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected