CS::Media::iMediaLoader Struct Reference
The media loader is used to load and initialize a iMediaContainer. More...
#include <ivideo/videodecode.h>
Inheritance diagram for CS::Media::iMediaLoader:

Public Member Functions | |
| virtual csPtr< iMediaContainer > | LoadMedia (const char *pFileName, const char *pDescription=0)=0 |
| Create an iMediaContainer from raw input data. | |
Detailed Description
The media loader is used to load and initialize a iMediaContainer.
Definition at line 260 of file videodecode.h.
Member Function Documentation
| virtual csPtr<iMediaContainer> CS::Media::iMediaLoader::LoadMedia | ( | const char * | pFileName, | |
| const char * | pDescription = 0 | |||
| ) | [pure virtual] |
Create an iMediaContainer from raw input data.
Optional pDescription may point to a brief description that will follow this data through any streams or sources created from it, and may be useful for display or diagnostic purposes.
- Parameters:
-
pFileName Path to the file that needs to be loaded pDescription A description for the resulting media stream (optional)
The documentation for this struct was generated from the following file:
- ivideo/videodecode.h
Generated for Crystal Space 2.1 by doxygen 1.6.1
