Experimental: this API is experimental and might be changed or removed in the future.

AudioSampleProvider.ConsumeSampleFrames

切换到手册
public uint ConsumeSampleFrames (NativeArray<float> sampleFrames);

参数

sampleFrames将在其中传输所用样本的缓冲区。

返回

uint 在传入的缓冲区中写入的样本帧数。

描述

使用内部缓冲区中的样本帧。

如果 Experimental.Audio.AudioSampleProvider.enableSilenacePadding 为 true,那么在可用的样本帧数少于缓冲区可容纳的数量时,传入的缓冲区将被完全填充且采用静音填充。否则,缓冲区中的额外样本帧将保持不变。