#include <ImageIO.h>
Public Member Functions | |
int | GetTime () |
int | GetStartTime () |
int | GetEndTime () |
int | GetStep () |
int | GetFPS () |
BOOL | GetIsAudioStereo () |
int | GetAudioFrequency () |
BOOL | GetIsAlpha () |
int | GetGammaPreset () |
float | GetOutputGamma () |
Returns the Gamma value for image data correction prior to storing to file. | |
float | GetViewGamma () |
String | GetUser () |
String | GetOrganization () |
String | GetURL () |
String | GetEmail () |
String | GetApplicationID () |
Definition at line 14 of file ImageIO.h.
|
Returns a string containing "Hash Animation:Master vn" where vn is the A:M version number. |
|
Returns the audio sampling frequency in samples per second. |
|
Returns a string containing the user email address. |
|
Returns the "Output option" -> "Range" -> "End" setting in Frame number. The first frame being frame 0. |
|
Returns choreography Frame Per Seconds setting. |
|
One of the Gamma presets, the most characteristic being sRGB (or NTSC).
|
|
Returns TRUE if user requested that the alpha channel be saved in the file. |
|
Returns TRUE if the audio recording is in stereo. This my be used by movie file IO such as QuickTime, AVI etc. |
|
Returns a string containing the user organisation (company, institution, etc). |
|
Returns the Gamma value for image data correction prior to storing to file. The Gamma value returned by GetOutputGamma() will match the preset. However, except for GAMMA_CUSTOM, the Gamma presets follow relatively specific ways of correcting the image data. For instance, although GetOutputGamma() will return 2.2 for GAMMA_NTSC, this only an approximation. The actual correction should follow the CIE Rec 709.
|
|
Returns the "Output option" -> "Range" -> "Start" setting in Frame number. The first frame being frame 0. |
|
Returns the "Output option" -> "Range" -> "Step" setting. Thi represent the difference between the rendered frame numbers. |
|
Returns the currently rendered frame number. |
|
Returns a string containing the user URL (web page). |
|
Returns A string containing the user name to be store as metadata in output files. |
|
Gamma value of the user display setting.
|
Generated on Thu Oct 27 11:46:56 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001