1 #ifndef _AV_TRANSCODER_DECODER_VIDEO_GENERATOR_HPP_ 
    2 #define _AV_TRANSCODER_DECODER_VIDEO_GENERATOR_HPP_ 
   21     bool decodeNextFrame(
Frame& frameBuffer);
 
   22     bool decodeNextFrame(
Frame& frameBuffer, 
const size_t channelIndex);
 
const VideoFrameDesc _frameDesc
The description of the black image (width, height...) 
 
Description to create a video frame. 
 
This class describes decoded video data. 
 
Frame * _inputFrame
A frame given from outside (has link, no ownership) 
 
void setNextFrame(Frame &inputFrame)
Set the next frame of the input stream (which bypass the work of decoding) 
 
This class describes decoded (raw) audio or video data. 
 
VideoFrame * _blackImage
The generated black image (has ownership)