共用方式為


AudioDeviceModule 類別

定義

代表單一音訊裝置模組,可能是硬體效果處理單位,或是音訊驅動程式所定義的任何其他音訊組態模組。

public ref class AudioDeviceModule sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
class AudioDeviceModule final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public sealed class AudioDeviceModule
Public NotInheritable Class AudioDeviceModule
繼承
Object Platform::Object IInspectable AudioDeviceModule
屬性

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

備註

呼叫 AudioDeviceModulesManager.FindAllAudioDeviceModulesManager.FindAllById來取得這個類別的實例。

屬性

ClassId

取得模組的 GUID 識別碼,此識別碼是由音訊裝置模組擁有者所定義。

DisplayName

取得用於在 UI 中顯示之音訊裝置模組的易記名稱。

InstanceId

取得驅動程式開發人員所定義的識別碼,以厘清驅動程式拓撲中相同模組類別的多個實例。

MajorVersion

取得音訊裝置模組的主要版本。

MinorVersion

取得音訊裝置模組的次要版本。

方法

SendCommandAsync(IBuffer)

以非同步方式將資料傳送至音訊裝置模組,並接收結果。

適用於