Show
Ignore:
Timestamp:
02/27/09 21:16:08 (4 years ago)
Author:
robert
Message:

Introduced osg::AudioStream? class to help manage audio streams coming in from movie reading plugins

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp

    r9826 r9827  
    128128 
    129129 
    130 void FFmpegImageStream::fillAudioBuffer(void * const buffer, const size_t size) 
     130void FFmpegImageStream::consumeAudioBuffer(void * const buffer, const size_t size) 
    131131{  
    132132    m_decoder->audio_decoder().fillBuffer(buffer, size); 
     
    184184 
    185185 
    186 FFmpegSampleFormat FFmpegImageStream::audioSampleFormat() const  
     186osg::AudioStream::SampleFormat FFmpegImageStream::audioSampleFormat() const  
    187187{  
    188188    return m_decoder->audio_decoder().sampleFormat();