Gnash  0.8.10
Public Member Functions
gnash::media::gst::AudioDecoderGst Class Reference

GST based AudioDecoder. More...

#include <AudioDecoderGst.h>

Inheritance diagram for gnash::media::gst::AudioDecoderGst:
gnash::media::AudioDecoder

List of all members.

Public Member Functions

 AudioDecoderGst (const AudioInfo &info)
 AudioDecoderGst (SoundInfo &info)
 ~AudioDecoderGst ()
boost::uint8_t * decode (const boost::uint8_t *input, boost::uint32_t inputSize, boost::uint32_t &outputSize, boost::uint32_t &decodedData)
 Decodes a frame and returns a pointer to the data.
boost::uint8_t * decode (const EncodedAudioFrame &ef, boost::uint32_t &outputSize)
 Decodes an EncodedAudioFrame and returns a pointer to the decoded data.

Detailed Description

GST based AudioDecoder.


Constructor & Destructor Documentation

gnash::media::gst::AudioDecoderGst::AudioDecoderGst ( const AudioInfo info)
gnash::media::gst::AudioDecoderGst::AudioDecoderGst ( SoundInfo info)
gnash::media::gst::AudioDecoderGst::~AudioDecoderGst ( )

Member Function Documentation

boost::uint8_t * gnash::media::gst::AudioDecoderGst::decode ( const boost::uint8_t *  input,
boost::uint32_t  inputSize,
boost::uint32_t &  outputSize,
boost::uint32_t &  decodedData 
) [virtual]

Decodes a frame and returns a pointer to the data.

Parameters:
inputThe audio data
inputSizeThe size of the video data
outputSizeThe output size of the video data, is passed by reference.
decodedDataThe amount of bytes that has been decoded when decoding is done, is passed by reference.
Returns:
a pointer to the decoded data, or NULL if decoding fails. The caller owns the decoded data, which was allocated with new [].
Todo:
return a SimpleBuffer by auto_ptr

Reimplemented from gnash::media::AudioDecoder.

References swfdec_gst_decoder_push(), and _.

boost::uint8_t * gnash::media::gst::AudioDecoderGst::decode ( const EncodedAudioFrame input,
boost::uint32_t &  outputSize 
) [virtual]

Decodes an EncodedAudioFrame and returns a pointer to the decoded data.

Parameters:
inputThe audio data
outputSizeThe output size of the video data, is passed by reference.
Returns:
a pointer to the decoded data, or NULL if decoding fails. The caller owns the decoded data, which was allocated with new [].
Todo:
return a SimpleBuffer by auto_ptr

Reimplemented from gnash::media::AudioDecoder.

References gnash::media::EncodedAudioFrame::extradata, gnash::media::gst::EncodedExtraGstData::buffer, gnash::media::EncodedAudioFrame::dataSize, gnash::media::EncodedAudioFrame::data, swfdec_gst_decoder_push(), and _.


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