Function xmf_sys::XmfRecorder_SetFrameSize

source ·
pub unsafe extern "C" fn XmfRecorder_SetFrameSize(
    ctx: *mut XmfRecorder,
    frameWidth: u32,
    frameHeight: u32,
)
Expand description

Performs a FFI call to XmfRecorder_SetFrameSize from the globally loaded dynamic library xmf

§Safety

  • The ABI of the function must be the one we expect
  • See other preconditions in documentation of the C library