Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
197
pub fn get_codec_info() -> Option<MediaCodecInfos> {
198
MEDIA_CODEC_INFOS.read().unwrap().as_ref().cloned()
199
}
200
201
pub fn clear_codec_info() {
202
*MEDIA_CODEC_INFOS.write().unwrap() = None;
Callers
2
check_bitrate_range
Method · 0.85
get_config
Function · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected