Gnash  0.8.11dev
Public Member Functions | Public Attributes | List of all members
gnash::VideoData Class Reference

#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

Detailed Description

Class used to store data for the undecoded embedded video frames. Contains the data, the data size and the type of the frame

Constructor & Destructor Documentation

gnash::VideoData::VideoData ( boost::shared_array< boost::uint8_t >  data,
boost::uint32_t  size,
media::videoFrameType  ft 
)
inline
gnash::VideoData::~VideoData ( )
inline

Member Data Documentation

boost::uint32_t gnash::VideoData::dataSize
media::videoFrameType gnash::VideoData::frameType
boost::shared_array<boost::uint8_t> gnash::VideoData::videoData

The documentation for this class was generated from the following file: