Space Engineers
Public Member Functions | List of all members
DShowNET.ISampleGrabber Interface Reference

Public Member Functions

int SetOneShot ([In, MarshalAs(UnmanagedType.Bool)] bool OneShot)
 
int SetMediaType ([In, MarshalAs(UnmanagedType.LPStruct)] AMMediaType pmt)
 
int GetConnectedMediaType ([Out, MarshalAs(UnmanagedType.LPStruct)] AMMediaType pmt)
 
int SetBufferSamples ([In, MarshalAs(UnmanagedType.Bool)] bool BufferThem)
 
int GetCurrentBuffer (ref int pBufferSize, IntPtr pBuffer)
 
int GetCurrentSample (IntPtr ppSample)
 
int SetCallback (ISampleGrabberCB pCallback, int WhichMethodToCallback)
 

Detailed Description

Definition at line 17 of file QEdit.cs.

Member Function Documentation

int DShowNET.ISampleGrabber.GetConnectedMediaType ( [Out, MarshalAs(UnmanagedType.LPStruct)] AMMediaType  pmt)
int DShowNET.ISampleGrabber.GetCurrentBuffer ( ref int  pBufferSize,
IntPtr  pBuffer 
)
int DShowNET.ISampleGrabber.GetCurrentSample ( IntPtr  ppSample)
int DShowNET.ISampleGrabber.SetBufferSamples ( [In, MarshalAs(UnmanagedType.Bool)] bool  BufferThem)
int DShowNET.ISampleGrabber.SetCallback ( ISampleGrabberCB  pCallback,
int  WhichMethodToCallback 
)
int DShowNET.ISampleGrabber.SetMediaType ( [In, MarshalAs(UnmanagedType.LPStruct)] AMMediaType  pmt)
int DShowNET.ISampleGrabber.SetOneShot ( [In, MarshalAs(UnmanagedType.Bool)] bool  OneShot)

The documentation for this interface was generated from the following file: