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

Function get_video_raw

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

Source from the content-addressed store, hash-verified

90}
91
92pub fn get_video_raw<'a>() -> Option<&'a [u8]> {
93 VIDEO_RAW.lock().ok()?.take()
94}
95
96pub fn get_audio_raw<'a>() -> Option<&'a [u8]> {
97 AUDIO_RAW.lock().ok()?.take()

Callers 1

frameMethod · 0.85

Calls 1

takeMethod · 0.80

Tested by

no test coverage detected