wmv2_decoder_get_frame

Function wmv2_decoder_get_frame 

Source
#[unsafe(no_mangle)]
pub extern "C" fn wmv2_decoder_get_frame( handle: *mut c_void, out: *mut Wmv2FrameView, ) -> i32
Expand description

Get the most recently decoded frame view.

The returned pointers remain valid until the next successful decode call.

Returns: 1 = success 0 = no decoded frame available -1 = invalid arguments