Version: 1.4
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

AudioSampleProvider.freeSampleFrameCount

public uint freeSampleFrameCount;

Description

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.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答