AudioDeviceModulesManager 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
管理音频设备引脚实例或特定音频终结点的音频设备模块集合。
public ref class AudioDeviceModulesManager sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Media.Devices.IAudioDeviceModulesManagerFactory, 262144, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AudioDeviceModulesManager final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Media.Devices.IAudioDeviceModulesManagerFactory), 262144, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AudioDeviceModulesManager
function AudioDeviceModulesManager(deviceId)
Public NotInheritable Class AudioDeviceModulesManager
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 Creators Update (在 10.0.15063.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
|
应用功能 |
audioDeviceConfiguration
|
构造函数
AudioDeviceModulesManager(String) |
获取指定音频设备 ID 的 AudioDeviceModulesManager 类的实例。 |
方法
FindAll() |
重新检索与为其初始化了 AudioDeviceModulesManager 的音频设备关联的所有音频设备模块的列表。 |
FindAllById(String) |
检索具有指定 ID 的所有音频设备模块的列表。 列表中的每个音频设备模块将具有相同的 ID,但每个模块的 AudioDeviceModule.InstanceId 属性都有不同的值。 |
事件
ModuleNotificationReceived |
当与为其初始化了 AudioDeviceModulesManager 的音频设备关联的某个音频设备模块发生更改时发生。 |