MusicQualityState
This content is not available in your language yet.
Defined in: packages/react-full/src/states/dataAtoms.ts:31
描述音频质量信息的接口
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
channels | number | 音频通道数量 | packages/react-full/src/states/dataAtoms.ts:43 |
codec | string | 音频解码器 | packages/react-full/src/states/dataAtoms.ts:39 |
sampleFormat | string | 采样格式 | packages/react-full/src/states/dataAtoms.ts:51 |
sampleRate | number | 采样率 | packages/react-full/src/states/dataAtoms.ts:47 |
type | AudioQualityType | 音频质量 | packages/react-full/src/states/dataAtoms.ts:35 |