public int CreateMediaKeys([NativeTypeName("IPropertyStore *")] IPropertyStore *pCdmCustomConfig, [NativeTypeName("IMFMediaKeys2 **")] IMFMediaKeys2 **ppKeys)
 {
     return(((delegate * unmanaged <IMFMediaKeySystemAccess *, IPropertyStore *, IMFMediaKeys2 **, int>)(lpVtbl[3]))((IMFMediaKeySystemAccess *)Unsafe.AsPointer(ref this), pCdmCustomConfig, ppKeys));
 }
Пример #2
0
 public HRESULT CreateMediaKeys(IPropertyStore *pCdmCustomConfig, IMFMediaKeys2 **ppKeys)
 {
     return(((delegate * unmanaged <IMFMediaKeySystemAccess *, IPropertyStore *, IMFMediaKeys2 **, int>)(lpVtbl[3]))((IMFMediaKeySystemAccess *)Unsafe.AsPointer(ref this), pCdmCustomConfig, ppKeys));
 }