| 215 | } |
| 216 | |
| 217 | xcw_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 | |
| 224 | char *xcw_native_start_screen_recording(const char *udid, char **error_message) { |
| 225 | (void)udid; |
no test coverage detected