The VideoNormItem represents a video norm supported by a video capture device.
The list generated by Grabber::getAvailableVideoNorms consists of VideoNormItems. This list may be iterated or searched for a specific string describing a video norm with std::find.
Header File: tisudshl.h
Namespace: DShowLib
Method | Description | ||
VideoNormItem | Constructs a new VideoNormItem instance. |
||
createInvalid | [Deprecated] This method creates an invalid VideoNormItem object. |
||
getVideoNorm | This method returns the analog video standard used by this VideoNormItem. |
||
isValid | This method checks whether this video norm is valid for the current video capture device or not. |
||
operator!= | Checks whether two video norms differ. |
||
operator< | Compares the name of two video format items. |
||
operator= | Assigns a VideoNormItem to this object. |
||
operator== | Checks whether two video norms are the same. |
||
toString | Returns the name of this object |
||