classImageIO 04

me" data-nowrap="">extension,

float  fps [inline, virtual]

 

This function is called when the user wants to change some save settings. Traditional save settings would be compression, bit-depth, etc.

Definition at line 75 of file ImageIO.h.

References FALSE.

int ImageIO::Write HBitmapNode bn,
HOutputInfo outputinfoconst,
const String filename,
short *  wavedata,
BOOL  hasaudio
[inline]
 

This function is called when a Frame or an image is ready to be saved to file. The file is opened first if it is not already open.

Parameters:
bn  - Points to the HBitmapNode that contains the image data, that is all the channels and buffers, to be saved.
outputinfoconst  - Points to the HOutputInfo that contains all the metadata that may be stored with the image data.
filename  - is the fully qualified filename where the data should be saved.
wavedata  - points to an array of sound data.
hasaudio  - TRUE if the frame is accompanied with sound data.

Definition at line 90 of file ImageIO.h.

References DLLPlugin::GetClassName(), m_isopened, OpenWriteFrame(), TRUE, HBitmapNode::WRITE_ERROR, and WriteFrame().

Here is the call graph for this function:

int ImageIO::WriteFrame HBitmapNode bn,
HOutputInfo outputinfo,
const String filename,
short *  wavedata,
BOOL  hasaudio
[inline, virtual]
 

This function is called to save a frame to the file. The file is expected to be already opened when this function is called.

Definition at line 78 of file ImageIO.h.

References HBitmapNode::WRITE_NORESULT.

Referenced by Write().