SampledAudioNode_start4 method

void SampledAudioNode_start4(
  1. int nodeId,
  2. double when,
  3. double grainOffset,
  4. double grainDuration,
  5. int loopCount,
)
inherited

Implementation

void SampledAudioNode_start4(
  int nodeId,
  double when,
  double grainOffset,
  double grainDuration,
  int loopCount,
) {
  return _SampledAudioNode_start4(
    nodeId,
    when,
    grainOffset,
    grainDuration,
    loopCount,
  );
}