Gnash  0.8.10
Public Member Functions | Public Attributes
gnash::VideoData Class Reference

#include <DefineVideoStreamTag.h>

List of all members.

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
boost::shared_array<boost::uint8_t> gnash::VideoData::videoData

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