This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

AudioSampleProvider.SampleFramesHandler

Declaration

public delegate void SampleFramesHandler(Experimental.Audio.AudioSampleProvider provider, uint sampleFrameCount);

Parameters

provider Provider emitting the event.
sampleFrameCount How many sample frames are available, or were dropped, depending on the event.

Description

Delegate for sample frame events.