跳转至

TKAudioFrame类

概览

音频数据信息

samples
Number of samples in this frame

public int samples;

bytesPerSample
Number of bytes per sample: 2 for PCM16

public int bytesPerSample;

channels
Number of channels (data are interleaved if stereo)

public int channels;

samplesPerSec
Sampling rate

public int samplesPerSec;

format
Sampling format

public int format;

buffer
Data buffer

public byte[] buffer;

© 2016-2023 北京拓课网络科技有限公司 版权所有  京ICP备17018423号-1 京公网安备11010502043461号