4 lines
176 B
C
4 lines
176 B
C
int vc_ios_screen_capture_available(void) { return 0; }
|
|
void vc_ios_screen_capture_present(const char *ring_path) { (void)ring_path; }
|
|
void vc_ios_screen_capture_stop(void) {}
|