Skip to main content

mfxSession

Type Alias mfxSession 

Source
pub type mfxSession = *mut c_void;
Expand description

Opaque oneVPL session handle (mfxSession, typedef struct _mfxSession *mfxSession;mfxsession.h). An opaque pointer has no fields to get wrong by hand-declaring it here; mfxsession.h itself is not part of this crate’s bindgen input (see vendor/README.md).