#include <macQuickTimeMovie.h>
Public Member Functions | |
| QTComponentDesc () | |
| Construct a default description. | |
| QTComponentDesc (UInt32 subtype, UInt32 manufacturer) | |
| Construct a description from the given fourcc component subtype and manufacturer. | |
| QTComponentDesc (const QTComponentDesc &comp) | |
| Copy constructor. | |
| QTComponentDesc & | operator= (const QTComponentDesc &comp) |
| Assignment operator. | |
| QTComponentDesc (const std::string &str) | |
| Construct a description from a string-encoding (e.g. "MooV,aapl"). | |
| operator const std::string () const | |
| Returns a string-encoded description. | |
Definition at line 22 of file macQuickTimeMovie.h.
| macx::QTComponentDesc::QTComponentDesc | ( | ) | [inline] |
| macx::QTComponentDesc::QTComponentDesc | ( | UInt32 | subtype, | |
| UInt32 | manufacturer | |||
| ) | [inline] |
Construct a description from the given fourcc component subtype and manufacturer.
Definition at line 29 of file macQuickTimeMovie.h.
| macx::QTComponentDesc::QTComponentDesc | ( | const QTComponentDesc & | comp | ) | [inline] |
| macx::QTComponentDesc::QTComponentDesc | ( | const std::string & | str | ) |
Construct a description from a string-encoding (e.g. "MooV,aapl").
| macx::QTComponentDesc::operator const std::string | ( | ) | const |
Returns a string-encoded description.
| QTComponentDesc& macx::QTComponentDesc::operator= | ( | const QTComponentDesc & | comp | ) | [inline] |
1.5.8