| Auto enum value | PVideoDevice | |
| bytesPerPixel | PVideoOutputDeviceRGB | [protected] |
| CalculateFrameBytes(unsigned width, unsigned height, const PString &colourFormat) | PVideoDevice | [static] |
| CanCaptureVideo() const | PVideoOutputDevice | [virtual] |
| channelNumber | PVideoDevice | [protected] |
| CIF16Height enum value | PVideoDevice | |
| CIF16Width enum value | PVideoDevice | |
| CIF4Height enum value | PVideoDevice | |
| CIF4Width enum value | PVideoDevice | |
| CIFHeight enum value | PVideoDevice | |
| CIFWidth enum value | PVideoDevice | |
| Class() | PObject | [inline, static] |
| Clone() const | PObject | [virtual] |
| Close() | PVideoOutputDevice | [inline, virtual] |
| colourFormat | PVideoDevice | [protected] |
| Compare(const PObject &obj) const | PObject | [virtual] |
| CompareObjectMemoryDirect(const PObject &obj) const | PObject | [virtual] |
| Comparison enum name | PObject | |
| converter | PVideoDevice | [protected] |
| CreateDevice(const PString &driverName, PPluginManager *pluginMgr=NULL) | PVideoOutputDevice | [static] |
| CreateDeviceByName(const PString &deviceName, PPluginManager *pluginMgr=NULL) | PVideoOutputDevice | [static] |
| CreateOpenedDevice(const PString &driverName, const PString &deviceName, BOOL startImmediate=TRUE, PPluginManager *pluginMgr=NULL) | PVideoOutputDevice | [static] |
| deviceName | PVideoDevice | [protected] |
| EqualTo enum value | PObject | |
| frameBrightness | PVideoDevice | [protected] |
| frameColour | PVideoDevice | [protected] |
| FrameComplete()=0 | PVideoOutputDeviceRGB | [pure virtual] |
| frameContrast | PVideoDevice | [protected] |
| frameHeight | PVideoDevice | [protected] |
| frameHue | PVideoDevice | [protected] |
| frameRate | PVideoDevice | [protected] |
| frameStore | PVideoOutputDeviceRGB | [protected] |
| frameTimeError | PVideoDevice | [protected] |
| frameWhiteness | PVideoDevice | [protected] |
| frameWidth | PVideoDevice | [protected] |
| GetBrightness() | PVideoDevice | [virtual] |
| GetChannel() const | PVideoDevice | [virtual] |
| GetClass(unsigned=0) const | PObject | [inline, virtual] |
| GetColour() | PVideoDevice | [virtual] |
| GetColourFormat() const | PVideoDevice | |
| GetContrast() | PVideoDevice | [virtual] |
| GetDeviceName() const | PVideoDevice | [inline] |
| GetDeviceNames() const =0 | PVideoDevice | [pure virtual] |
| GetDriverNames(PPluginManager *pluginMgr=NULL) | PVideoOutputDevice | [static] |
| GetDriversDeviceNames(const PString &driverName, PPluginManager *pluginMgr=NULL) | PVideoOutputDevice | [static] |
| GetFrameHeight() const | PVideoDevice | [virtual] |
| GetFrameRate() const | PVideoDevice | [virtual] |
| GetFrameSize(unsigned &width, unsigned &height) | PVideoDevice | [virtual] |
| GetFrameSizeLimits(unsigned &minWidth, unsigned &minHeight, unsigned &maxWidth, unsigned &maxHeight) | PVideoDevice | [virtual] |
| GetFrameWidth() const | PVideoDevice | [virtual] |
| GetHue() | PVideoDevice | [virtual] |
| GetLastError() const | PVideoDevice | [inline] |
| GetMaxFrameBytes() | PVideoOutputDeviceRGB | [virtual] |
| GetMaxFrameBytesConverted(PINDEX rawFrameBytes) const | PVideoDevice | [protected] |
| GetNumChannels() | PVideoDevice | [virtual] |
| GetParameters(int *whiteness, int *brightness, int *colour, int *contrast, int *hue) | PVideoDevice | [virtual] |
| GetPreferredColourFormat() | PVideoDevice | [inline] |
| GetVFlipState() | PVideoDevice | [virtual] |
| GetVideoFormat() const | PVideoDevice | [virtual] |
| GetWhiteness() | PVideoDevice | [virtual] |
| GreaterThan enum value | PObject | |
| HashFunction() const | PObject | [virtual] |
| InternalIsDescendant(const char *clsName) const | PObject | [inline, virtual] |
| IsClass(const char *cls) const | PObject | [inline] |
| IsOpen()=0 | PVideoDevice | [pure virtual] |
| lastError | PVideoDevice | [protected] |
| LessThan enum value | PObject | |
| msBetweenFrames | PVideoDevice | [protected] |
| mutex | PVideoOutputDeviceRGB | [protected] |
| nativeVerticalFlip | PVideoDevice | [protected] |
| NTSC enum value | PVideoDevice | |
| NumVideoFormats enum value | PVideoDevice | |
| Open(const PString &deviceName, BOOL startImmediate=TRUE)=0 | PVideoDevice | [pure virtual] |
| OpenFull(const OpenArgs &args, BOOL startImmediate=TRUE) | PVideoDevice | [virtual] |
| operator!=(const PObject &obj) const | PObject | [inline] |
| operator<(const PObject &obj) const | PObject | [inline] |
| operator<<(ostream &strm, const PObject &obj) | PObject | [friend] |
| operator<=(const PObject &obj) const | PObject | [inline] |
| operator==(const PObject &obj) const | PObject | [inline] |
| operator>(const PObject &obj) const | PObject | [inline] |
| operator>=(const PObject &obj) const | PObject | [inline] |
| operator>>(istream &strm, PObject &obj) | PObject | [friend] |
| PAL enum value | PVideoDevice | |
| PObject() | PObject | [inline, protected] |
| preferredColourFormat | PVideoDevice | [protected] |
| previousFrameTime | PVideoDevice | [protected] |
| PrintOn(ostream &strm) const | PObject | [virtual] |
| PVideoDevice() | PVideoDevice | [protected] |
| PVideoOutputDevice() | PVideoOutputDevice | |
| PVideoOutputDeviceRGB() | PVideoOutputDeviceRGB | |
| QCIFHeight enum value | PVideoDevice | |
| QCIFWidth enum value | PVideoDevice | |
| ReadFrom(istream &strm) | PObject | [virtual] |
| scanLineWidth | PVideoOutputDeviceRGB | [protected] |
| SECAM enum value | PVideoDevice | |
| SetBrightness(unsigned newBrightness) | PVideoDevice | [virtual] |
| SetChannel(int channelNumber) | PVideoDevice | [virtual] |
| SetColour(unsigned newColour) | PVideoDevice | [virtual] |
| SetColourFormat(const PString &colourFormat) | PVideoOutputDeviceRGB | [virtual] |
| SetColourFormatConverter(const PString &colourFormat) | PVideoDevice | [virtual] |
| SetContrast(unsigned newContrast) | PVideoDevice | [virtual] |
| SetFrameData(unsigned x, unsigned y, unsigned width, unsigned height, const BYTE *data, BOOL endFrame=TRUE) | PVideoOutputDeviceRGB | [virtual] |
| SetFrameRate(unsigned rate) | PVideoDevice | [virtual] |
| SetFrameSize(unsigned width, unsigned height) | PVideoOutputDeviceRGB | [virtual] |
| SetFrameSizeConverter(unsigned width, unsigned height, BOOL bScaleNotCrop) | PVideoDevice | [virtual] |
| SetHue(unsigned newHue) | PVideoDevice | [virtual] |
| SetPreferredColourFormat(const PString &colourFmt) | PVideoDevice | [inline] |
| SetVFlipState(BOOL newVFlipState) | PVideoDevice | [virtual] |
| SetVideoChannelFormat(int channelNumber, VideoFormat videoFormat) | PVideoDevice | [virtual] |
| SetVideoFormat(VideoFormat videoFormat) | PVideoDevice | [virtual] |
| SetWhiteness(unsigned newWhiteness) | PVideoDevice | [virtual] |
| SQCIFHeight enum value | PVideoDevice | |
| SQCIFWidth enum value | PVideoDevice | |
| StandardSizes enum name | PVideoDevice | |
| Start() | PVideoOutputDevice | [inline, virtual] |
| Stop() | PVideoOutputDevice | [inline, virtual] |
| swappedRedAndBlue | PVideoOutputDeviceRGB | [protected] |
| VideoFormat enum name | PVideoDevice | |
| videoFormat | PVideoDevice | [protected] |
| ~PObject() | PObject | [inline, virtual] |
| ~PVideoDevice() | PVideoDevice | [virtual] |
| ~PVideoOutputDevice() | PVideoOutputDevice | [inline, virtual] |