Legacy Documentation: Version 5.1
LanguageEnglish
  • 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

position New position in the audio clip.

Description

Delegate called each time AudioClip changes read position.

See Also: AudioClip.Create.