Gnash
0.8.10
|
Extra video info found in some FLV embedded streams. More...
#include <FLVParser.h>
Public Member Functions | |
ExtraVideoInfoFlv (boost::uint8_t *extradata, size_t datasize) | |
Construct an ExtraVideoInfoFlv. | |
Public Attributes | |
boost::scoped_array < boost::uint8_t > | data |
Video stream header. | |
size_t | size |
Video stream header size. |
Extra video info found in some FLV embedded streams.
This is basically composed by an header for the audio stream
gnash::media::ExtraVideoInfoFlv::ExtraVideoInfoFlv | ( | boost::uint8_t * | extradata, |
size_t | datasize | ||
) | [inline] |
Construct an ExtraVideoInfoFlv.
boost::scoped_array<boost::uint8_t> gnash::media::ExtraVideoInfoFlv::data |
Video stream header.
Referenced by gnash::media::gst::MediaHandlerGst::createVideoDecoder(), and gnash::media::ffmpeg::VideoDecoderFfmpeg::VideoDecoderFfmpeg().
Video stream header size.
Referenced by gnash::media::gst::MediaHandlerGst::createVideoDecoder(), and gnash::media::ffmpeg::VideoDecoderFfmpeg::VideoDecoderFfmpeg().