windows::Win32::Media::MediaFoundation

Type Alias PDXVAHD_CreateDevice

pub type PDXVAHD_CreateDevice = Option<unsafe extern "system" fn(pd3ddevice: Ref<'_, IDirect3DDevice9Ex>, pcontentdesc: *const DXVAHD_CONTENT_DESC, usage: DXVAHD_DEVICE_USAGE, pplugin: PDXVAHDSW_Plugin, ppdevice: OutRef<'_, IDXVAHD_Device>) -> HRESULT>;

Aliased Type§

enum PDXVAHD_CreateDevice {
    None,
    Some(unsafe extern "system" fn(_: Ref<'_, IDirect3DDevice9Ex>, _: *const DXVAHD_CONTENT_DESC, _: DXVAHD_DEVICE_USAGE, _: Option<unsafe extern "system" fn(_: u32, _: *mut c_void) -> HRESULT>, _: OutRef<'_, IDXVAHD_Device>) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: Ref<'_, IDirect3DDevice9Ex>, _: *const DXVAHD_CONTENT_DESC, _: DXVAHD_DEVICE_USAGE, _: Option<unsafe extern "system" fn(_: u32, _: *mut c_void) -> HRESULT>, _: OutRef<'_, IDXVAHD_Device>) -> HRESULT)

Some value of type T.