跳转到内容

musicQualityTagAtom

const musicQualityTagAtom: PrimitiveAtom<
| null
| {
isDolbyAtmos: boolean;
tagIcon: boolean;
tagText: string;
}> & WithInitialValue<
| null
| {
isDolbyAtmos: boolean;
tagIcon: boolean;
tagText: string;
}>;

Defined in: react-full/src/states/music.ts:58

当前音乐的音质水平标签信息,如有提供则会显示在进度条下