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