IAudioSystemEffectsPropertyStore 接口 (mmdeviceapi.h)
提供用于管理音频系统效果音频存储以及注册音频系统效果属性更改时通知的访问。
继承
IAudioSystemEffectsPropertyStore 接口继承自 IUnknown 接口。
方法
IAudioSystemEffectsPropertyStore 接口包含以下方法。
IAudioSystemEffectsPropertyStore::OpenDefaultPropertyStore 打开音频系统效果默认属性存储区。 |
IAudioSystemEffectsPropertyStore::OpenUserPropertyStore 打开音频系统效果用户属性存储。 |
IAudioSystemEffectsPropertyStore::OpenVolatilePropertyStore 打开音频系统效果易失性属性存储。 |
IAudioSystemEffectsPropertyStore::RegisterPropertyChangeNotification 注册 IAudioSystemEffectsPropertyChangeNotificationClient 回调接口,以在音频系统效果属性更改时接收通知。 |
IAudioSystemEffectsPropertyStore::ResetUserPropertyStore 删除音频系统效果用户属性存储中的所有现有键值对。 |
IAudioSystemEffectsPropertyStore::ResetVolatilePropertyStore 删除音频系统效果易失性属性存储中的所有现有键值对。 |
IAudioSystemEffectsPropertyStore::UnregisterPropertyChangeNotification 取消注册 IAudioSystemEffectsPropertyChangeNotificationClient 回调接口。 |
注解
此 API 旨在支持希望能够查询和修改与音频设备关联的属性存储并在 Microsoft Store 中发布 HSA 应用的 OEM 和应用开发人员。 若要使用此 API,必须在应用包清单中指定受限 的 audioDeviceConfiguration 功能。 此功能受限。 有关详细信息,请参阅应用功能声明。
有关音频驱动程序随附的音频处理对象 (API) 的Windows 11 API 的详细信息,请参阅音频处理对象的Windows 11 API。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 内部版本 22000 |
标头 | mmdeviceapi.h |