#include <avcap/FormatManager.h>
Public Member Functions | |
VideoStandard (const std::string &n, STANDARD_ID_T i) | |
Constructor. | |
Data Fields | |
std::string | name |
The name of the standard. | |
STANDARD_ID_T | id |
A unique identifier. |
avcap::VideoStandard::VideoStandard | ( | const std::string & | n, | |
STANDARD_ID_T | i | |||
) | [inline] |
Constructor.
std::string avcap::VideoStandard::name |
The name of the standard.
STANDARD_ID_T avcap::VideoStandard::id |
A unique identifier.