CS::Media::MediaLanguage Struct Reference
Used to store languages available for a media file. More...
#include <ivideo/videodecode.h>
Public Member Functions | |
| MediaLanguage (const char *name, const char *path) | |
| Constructor. | |
Public Attributes | |
| csString | name |
| The name of the language. | |
| csString | path |
| The path of the audio file. | |
Detailed Description
Used to store languages available for a media file.
Definition at line 42 of file videodecode.h.
Constructor & Destructor Documentation
| CS::Media::MediaLanguage::MediaLanguage | ( | const char * | name, | |
| const char * | path | |||
| ) | [inline] |
Constructor.
Definition at line 55 of file videodecode.h.
Member Data Documentation
The name of the language.
Definition at line 47 of file videodecode.h.
The path of the audio file.
Definition at line 52 of file videodecode.h.
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
