Gnash
0.8.11dev
|
#include <DefineVideoStreamTag.h>
Public Member Functions | |
VideoData (boost::shared_array< boost::uint8_t > data, boost::uint32_t size, media::videoFrameType ft) | |
~VideoData () | |
Public Attributes | |
boost::shared_array < boost::uint8_t > | videoData |
boost::uint32_t | dataSize |
media::videoFrameType | frameType |
Class used to store data for the undecoded embedded video frames. Contains the data, the data size and the type of the frame
|
inline |
|
inline |
boost::uint32_t gnash::VideoData::dataSize |
media::videoFrameType gnash::VideoData::frameType |
boost::shared_array<boost::uint8_t> gnash::VideoData::videoData |