Information about a video stream.
More...
#include <MediaParser.h>
List of all members.
Detailed Description
Information about a video stream.
The information stored is codec-id, width, height, framerate and duration.
Additionally, an abstract ExtraInfo can be hold.
Constructor & Destructor Documentation
gnash::media::VideoInfo::VideoInfo |
( |
int |
codeci, |
|
|
boost::uint16_t |
widthi, |
|
|
boost::uint16_t |
heighti, |
|
|
boost::uint16_t |
frameRatei, |
|
|
boost::uint64_t |
durationi, |
|
|
codecType |
typei | |
|
) |
| | [inline] |
Construct a VideoInfo object.
- Parameters:
-
| codeci | Video codec id. To be interpreted as a media::videoCodecType if the typei parameter is FLASH; otherwise it's an opaque number to use for codec information transfer between a MediaParser and a VideoDecoder from the same media handler module. |
| widthi | Video frame width. |
- Todo:
- check if still needed.
- Parameters:
-
| heighti | Video frame height. |
- Todo:
- check if still needed.
- Parameters:
-
| frameRatei | Nominal video frame rate. |
- Todo:
- document units.
- Parameters:
-
| durationi | Nominal video duration. |
- Todo:
- check if still needed, if so document units!
- Parameters:
-
| typei | Changes interpretation of the codeci parameter. |
Member Data Documentation
The documentation for this class was generated from the following file: