Module ffi

Module ffi 

Source
Expand description

Minimal C ABI for WMV2 decoding.

This module is behind the ffi feature. It decodes one assembled WMV2 frame payload at a time and exposes the internal YUV420p planes.

Structs§

Wmv2FrameView

Functions§

wmv2_decoder_create
Create a WMV2 decoder.
wmv2_decoder_decode
Decode one assembled WMV2 frame payload.
wmv2_decoder_destroy
wmv2_decoder_get_frame
Get the most recently decoded frame view.