Version: 2020.3
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

AudioSampleProvider.freeSampleFrameCount

マニュアルに切り替える
public uint freeSampleFrameCount ;

説明

Number of sample frames that can still be written to by the sample producer before overflowing.

Letting the internal buffer overflow will emit the AudioSampleProvider.sampleFramesOverflow event and invoke the associated native handler set with AudioSampleProvider.SetSampleFramesOverflowNativeHandler.