MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / xcw_native_screen_recording_mp4

Function xcw_native_screen_recording_mp4

packages/server/native_stubs.c:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217xcw_native_owned_bytes xcw_native_screen_recording_mp4(
218 const char *udid, double duration_seconds, char **error_message) {
219 (void)udid;
220 (void)duration_seconds;
221 return xcw_empty_bytes(error_message);
222}
223
224char *xcw_native_start_screen_recording(const char *udid, char **error_message) {
225 (void)udid;

Callers 1

screen_recording_mp4Method · 0.85

Calls 1

xcw_empty_bytesFunction · 0.85

Tested by

no test coverage detected