class PVideoOutputDevice |
This class defines a video output device- typically, a window
![]() | PVideoOutputDevice () Create a new video output device |
![]() | ~PVideoOutputDevice () Close the video output device on destruction |
![]() | GetDriverNames (PPluginManager* pluginMgr = NULL) Return the list of available video input drivers |
![]() | GetDriversDeviceNames ( const PString &driverName, PPluginManager* pluginMgr = NULL ) Return video devices that correspond to the specified name |
![]() | CreateDevice ( const PString &driverName, PPluginManager* pluginMgr = NULL ) Return the video output device that corresponds to the specified name |
![]() | CreateOpenedDevice ( const PString & driverName, const PString & deviceName, BOOL startImmediate = TRUE, PPluginManager* pluginMgr = NULL ) Return opened video output device that corresponds to the specified name |
![]() | Close () Close the device |
![]() | CanCaptureVideo () const Is the device a camera, and obtain video |
![]() | SetFrameData ( unsigned x, unsigned y, unsigned width, unsigned height, const BYTE* data, BOOL endFrame = TRUE ) Set a section of the output frame buffer |
![]() | Stop () Stop the video device I/O display |
![]() | Indicate frame may be displayed |
Run Time Type functions
I/O functions
Comparison functions
This class defines a video output device- typically, a window
Alphabetic index HTML hierarchy of classes or Java