# AudioSampleAttributes ## **概述** **所属模块:** [Audio](_audio.md) ## **汇总** ### Public 属性 | Public 属性 | 描述 | | -------- | -------- | | [type](_audio.md#type-13) | 音频类型,详情参考[AudioCategory](_audio.md#audiocategory)。 | | [interleaved](_audio.md#interleaved) | 音频数据交织的标记。 | | [format](_audio.md#format) | 音频数据格式,详情参考[AudioFormat](_audio.md#audioformat)。 | | [sampleRate](_audio.md#samplerate) | 音频采样频率。 | | [channelCount](_audio.md#channelcount-12) | 音频通道数目,如单通道(mono)为1、立体声(stereo)为2。 | | [period](_audio.md#period) | 音频采样周期。 | | [frameSize](_audio.md#framesize) | 音频数据的帧大小。 | | [isBigEndian](_audio.md#isbigendian) | 音频数据的大端标志。 | | [isSignedData](_audio.md#issigneddata) | 音频数据的有符号或无符号标志。 | | [startThreshold](_audio.md#startthreshold) | 音频渲染开始阈值。 | | [stopThreshold](_audio.md#stopthreshold) | 音频渲染停止阈值。 | | [silenceThreshold](_audio.md#silencethreshold) | 音频捕获缓冲区阈值。 | | [streamId](_audio.md#streamid-12) | 渲染或捕获的音频标识符。 | ## **详细描述** 音频采样属性。