Struct SoundtrackInfo
表示计算机音频共享信息。
public readonly struct SoundtrackInfo
- Inherited Members
Properties
Music
获取计算机音频共享的音乐名称。
public string? Music { get; init; }
Property Value
Singer
获取计算机音频共享的音乐的歌手名称。
public string? Singer { get; init; }
Property Value
Software
获取计算机音频来源的应用程序名称。
public string? Software { get; init; }