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

Function clear_codec_info

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

Source from the content-addressed store, hash-verified

199}
200
201pub fn clear_codec_info() {
202 *MEDIA_CODEC_INFOS.write().unwrap() = None;
203}
204
205pub fn call_main_service_pointer_input(kind: &str, mask: i32, x: i32, y: i32) -> JniResult<()> {
206 if let (Some(jvm), Some(ctx)) = (

Callers 2

newMethod · 0.85
newMethod · 0.85

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected