コード例 #1
0
 public int GetStreamAttributes(MFSensorStreamType eType, [NativeTypeName("DWORD")] uint dwIndex, IMFAttributes **ppAttributes)
 {
     return(((delegate * unmanaged <IMFSensorDevice *, MFSensorStreamType, uint, IMFAttributes **, int>)(lpVtbl[9]))((IMFSensorDevice *)Unsafe.AsPointer(ref this), eType, dwIndex, ppAttributes));
 }
コード例 #2
0
 public int GetStreamAttributesCount(MFSensorStreamType eType, [NativeTypeName("DWORD *")] uint *pdwCount)
 {
     return(((delegate * unmanaged <IMFSensorDevice *, MFSensorStreamType, uint *, int>)(lpVtbl[8]))((IMFSensorDevice *)Unsafe.AsPointer(ref this), eType, pdwCount));
 }