Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AudioClip.PCMSetPositionCallback

Switch to Manual
public delegate PCMSetPositionCallback(position: int): void;

Parameters

positionNew position in the audio clip.

Description

Delegate called each time AudioClip changes read position.

See Also: AudioClip.Create.