AudioParam_finalValue method

double AudioParam_finalValue(
  1. int nodeId,
  2. int paramIndex,
  3. Pointer<Void> context
)
inherited

Implementation

double AudioParam_finalValue(
  int nodeId,
  int paramIndex,
  ffi.Pointer<ffi.Void> context,
) {
  return _AudioParam_finalValue(
    nodeId,
    paramIndex,
    context,
  );
}