csVideoStreamDescription Struct Reference
Video stream description structure. More...
#include <codec.h>
Inheritance diagram for csVideoStreamDescription:

Public Attributes | |
| int8 | colordepth |
| Colordepth in bits or -1 if not available. | |
| int32 | framecount |
| Framecount or -1 if not available. | |
| int | width |
| Resolution or -1 if not available. | |
| int | height |
| Resolution or -1 if not available. | |
| float | framerate |
| Framerate in frames per second or -1 if not available. | |
| int32 | duration |
| duration in milliseconds or -1 if not available. | |
Detailed Description
Video stream description structure.
Definition at line 87 of file codec.h.
Member Data Documentation
|
|
Colordepth in bits or -1 if not available.
|
|
|
duration in milliseconds or -1 if not available.
|
|
|
Framecount or -1 if not available.
|
|
|
Framerate in frames per second or -1 if not available.
|
|
|
Resolution or -1 if not available.
|
|
|
Resolution or -1 if not available.
|
The documentation for this struct was generated from the following file:
- ivideo/codec.h
Generated for Crystal Space by doxygen 1.2.18
