Retrieves the integer value of the specified parameter.
Required.
SDK
- FxPlug 3.1+
Framework
- Fx
Plug
Declaration
- (BOOL)getIntValue:(int *)value fromParm:(UInt32)parmId atFxTime:(Fx Time)time;
Parameters
value
Receives the value of the parameter at the given time.
parmId
ID of the parameter whose value is to be retrieved.
time
Time, expressed in rational time, at which to retrieve the parameter’s value.
Return Value
YES
if the application successfully retrieved the parameter value; otherwise NO
.
Discussion
Depending on the host application, the time value may be relative to the start of the timeline or to the start of the clip. See Timebase Type for more information.