CS::Media::iMedia Struct Reference
Base of media streams. More...
#include <ivideo/videodecode.h>
Inheritance diagram for CS::Media::iMedia:

Public Member Functions | |
| virtual float | GetDuration () const =0 |
| Return the stream length in seconds. | |
| virtual const char * | GetName () const =0 |
| Get the name of this stream. | |
| virtual const char * | GetType () const =0 |
| Get the media type of this stream. | |
Detailed Description
Base of media streams.
Definition at line 63 of file videodecode.h.
Member Function Documentation
| virtual float CS::Media::iMedia::GetDuration | ( | ) | const [pure virtual] |
Return the stream length in seconds.
| virtual const char* CS::Media::iMedia::GetName | ( | ) | const [pure virtual] |
Get the name of this stream.
| virtual const char* CS::Media::iMedia::GetType | ( | ) | const [pure virtual] |
Get the media type of this stream.
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
