ufoProcessGetStringParamValueAtTime
Related Functions: ufoProcessGetParamValueAtTime, ufoProcessGetParamValuesAtTime
char * ufoProcessGetStringParamValueAtTime( ufoProcess process_instance, int param_index, double time);
Refer to the following table for command descriptions:
|
Command |
Description |
param_index |
index (0..number_parameters-1) of parameter |
time |
time at which to evaluate value |
ufoProcessGetParamValue(s)AtTime gets parameter values(s) at a specified time. Use ufoProcessGetParamValuesAtTime for getting multiple values for parameters which have more than one channel. Use ufoProcessGetStringParamValueAtTime to get the value of a ufoStringParam parameter at a specified time, and returns a character string allocated with malloc which the UFO has the responsibility to free.
ufoProcessGetParamValue(s)AtTime may be called within ufoProcessRenderPixel, ufoProcessRenderLine, ufoProcessRenderRectangle, ufoProcessCanAvoidRendering, ufoProcessPreRender, ufoProcessPostRender, ufoProcessPreRenderPass, ufoProcessPostRenderPass, ufoProcessCalcDefinedRectangle, ufoProcessCalcNeedRectangles, ufoProcessCalcDefinedPixelTypes, ufoProcessSpecifyConvertPixelTypes, and from within any editor user function or event function in the editor GUI.
Autodesk Softimage v7.5