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

Function xcw_native_h264_encoder_create

packages/server/native_stubs.c:559–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559void *xcw_native_h264_encoder_create(xcw_native_frame_callback callback,
560 void *user_data, char **error_message) {
561 (void)callback;
562 (void)user_data;
563 xcw_set_error(error_message,
564 "H.264 encoding is only available in the macOS native bridge.");
565 return NULL;
566}
567
568void xcw_native_h264_encoder_destroy(void *handle) { (void)handle; }
569

Callers 1

create_native_encoderMethod · 0.85

Calls 1

xcw_set_errorFunction · 0.85

Tested by

no test coverage detected