|
Gnash
0.8.11dev
|
Extra audoi info found in some FLV embedded streams. More...
#include <FLVParser.h>
Public Member Functions | |
| ExtraAudioInfoFlv (std::uint8_t *extradata, size_t datasize) | |
| Construct an ExtraAudioInfoFlv. More... | |
Public Member Functions inherited from gnash::media::AudioInfo::ExtraInfo | |
| virtual | ~ExtraInfo () |
Public Attributes | |
| std::unique_ptr< std::uint8_t[]> | data |
| Audio stream header. More... | |
| size_t | size |
| Audio stream header size. More... | |
Extra audoi info found in some FLV embedded streams.
This is basically composed by an header for the audio stream
|
inline |
Construct an ExtraAudioInfoFlv.
| extradata | Audio header data. Ownership transferred. |
| datasize | Audio header data size |
| std::unique_ptr<std::uint8_t[]> gnash::media::ExtraAudioInfoFlv::data |
Audio stream header.
Referenced by gnash::media::gst::AudioDecoderGst::AudioDecoderGst(), and gnash::media::ffmpeg::AudioDecoderFfmpeg::~AudioDecoderFfmpeg().
| size_t gnash::media::ExtraAudioInfoFlv::size |
Audio stream header size.
Referenced by gnash::media::gst::AudioDecoderGst::AudioDecoderGst(), and gnash::media::ffmpeg::AudioDecoderFfmpeg::~AudioDecoderFfmpeg().
1.8.12