CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

csVideoStreamDescription Struct Reference

Video stream description structure. More...

#include <codec.h>

Inheritance diagram for csVideoStreamDescription:

csStreamDescription List of all members.

Public Attributes

int8 colordepth
 Colordepth in bits or -1 if not available. More...

int32 framecount
 Framecount or -1 if not available. More...

int width
 Resolution or -1 if not available. More...

int height
 Resolution or -1 if not available. More...

float framerate
 Framerate in frames per second or -1 if not available. More...

int32 duration
 duration in milliseconds or -1 if not available. More...


Detailed Description

Video stream description structure.

Definition at line 87 of file codec.h.


Member Data Documentation

int8 csVideoStreamDescription::colordepth
 

Colordepth in bits or -1 if not available.

Definition at line 92 of file codec.h.

int32 csVideoStreamDescription::duration
 

duration in milliseconds or -1 if not available.

Definition at line 108 of file codec.h.

int32 csVideoStreamDescription::framecount
 

Framecount or -1 if not available.

Definition at line 96 of file codec.h.

float csVideoStreamDescription::framerate
 

Framerate in frames per second or -1 if not available.

Definition at line 104 of file codec.h.

int csVideoStreamDescription::height
 

Resolution or -1 if not available.

Definition at line 100 of file codec.h.

int csVideoStreamDescription::width
 

Resolution or -1 if not available.

Definition at line 100 of file codec.h.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14