示例#1
0
 public int SetContentProtectionManager([NativeTypeName("IMFContentProtectionManager *")] IMFContentProtectionManager *pCPM)
 {
     return(((delegate * unmanaged <IMFMediaEngineProtectedContent *, IMFContentProtectionManager *, int>)(lpVtbl[7]))((IMFMediaEngineProtectedContent *)Unsafe.AsPointer(ref this), pCPM));
 }
 public HRESULT SetContentProtectionManager(IMFContentProtectionManager *pCPM)
 {
     return(((delegate * unmanaged <IMFMediaEngineProtectedContent *, IMFContentProtectionManager *, int>)(lpVtbl[7]))((IMFMediaEngineProtectedContent *)Unsafe.AsPointer(ref this), pCPM));
 }