XmfVpxEncoder_EncodeFrame

Function XmfVpxEncoder_EncodeFrame 

Source
pub unsafe extern "C" fn XmfVpxEncoder_EncodeFrame(
    ctx: *mut XmfVpxEncoder,
    image: *const XmfVpxImage,
    pts: i64,
    duration: usize,
    flags: u32,
) -> c_int
Expand description

Performs a FFI call to XmfVpxEncoder_EncodeFrame 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