freeSampleFrameCountLowThreshold
When the free sample count falls below this threshold, the AudioSampleProvider.sampleFramesAvailable event and associated native is emitted.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Experimental.Audio
- Assembly: UnityEngine.AudioModule
public uint freeSampleFrameCountLowThreshold { get; set; }
Remarks
The associated native event handler, set with SetSampleFramesAvailableNativeEventHandler is also invoked.