Gnash
0.8.10
|
#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
gnash::VideoData::VideoData | ( | boost::shared_array< boost::uint8_t > | data, |
boost::uint32_t | size, | ||
media::videoFrameType | ft | ||
) | [inline] |
gnash::VideoData::~VideoData | ( | ) | [inline] |
boost::uint32_t gnash::VideoData::dataSize |
boost::shared_array<boost::uint8_t> gnash::VideoData::videoData |