MCPcopy Create free account
hub / github.com/Recordscript/recordscript / get_codec_info

Function get_codec_info

libs/scrap/src/android/ffi.rs:197–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195}
196
197pub fn get_codec_info() -> Option<MediaCodecInfos> {
198 MEDIA_CODEC_INFOS.read().unwrap().as_ref().cloned()
199}
200
201pub fn clear_codec_info() {
202 *MEDIA_CODEC_INFOS.write().unwrap() = None;

Callers 2

check_bitrate_rangeMethod · 0.85
get_configFunction · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected