Skip to main content

mfxSyncPoint

Type Alias mfxSyncPoint 

Source
pub type mfxSyncPoint = *mut c_void;
Expand description

Synchronization point object handle (mfxSyncPoint, typedef struct _mfxSyncPoint *mfxSyncPoint;mfxcommon.h line 186). Forward-declared only upstream (never a defined struct body anywhere in oneVPL), and not reachable from any of this crate’s bindgen-allowlisted root types (only referenced by function signatures, which build.rs ignores — see vendor/README.md), so hand-declared here like mfxSession above.