#include <MainObj.h>
The DirectShow main object. Actually, there is no central DirectShow object. But, for maintaining the present design, we need to have this MainObj class. The DirectShow notifications have to be managed and forwarded anyway. So, this class is a good spot where all comes together.
| xl7::directshow::MainObj::MainObj | ( | void | ) |
Default constructor.
| xl7::directshow::MainObj::~MainObj | ( | void | ) |
Destructor.
IGraphBuilder::RenderFile failed and returned an error.
DirectShow already initialized.
DirectShow graph builder interface already initialized.
DirectShow graph builder interface not created successfully.
DirectShow graph builder interface created successfully.
DirectShow media control interface already initialized.
DirectShow media control interface not created successfully.
DirectShow media control interface created successfully.
DirectShow media event interface already initialized.
DirectShow media event interface not created successfully.
DirectShow media event interface created successfully.
DirectShow not initialized correctly.
DirectShow successfully initialized.
DirectShow not shut down correctly.
DirectShow successfully shut down.
1.7.1