共用方式為


AudioDeviceController 類別

定義

控制麥克風上的裝置設定。

public ref class AudioDeviceController sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
class AudioDeviceController final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
public sealed class AudioDeviceController
Public NotInheritable Class AudioDeviceController
繼承
Object Platform::Object IInspectable AudioDeviceController
屬性
實作

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

若要取得這個對象的實例,請擷取 MediaCapture.AudioDeviceController 屬性。

注意

這個類別不是敏捷式的,這表示您需要考慮其線程模型和封送處理行為。 如需詳細資訊,請參閱線程和封送處理 (C++/CX) 在多線程環境中使用 Windows 執行階段 物件 (.NET)

屬性

AudioCaptureEffectsManager

AudioCaptureEffectsManager取得與 AudioDeviceController 相關聯的 。

Muted

將麥克風靜音或取消靜音。

VolumePercent

取得或設定麥克風的音量。

方法

GetAvailableMediaStreamProperties(MediaStreamType)

取得裝置支援的編碼屬性清單。

GetMediaStreamProperties(MediaStreamType)

取得裝置之指定媒體數據流類型的編碼屬性。

SetMediaStreamPropertiesAsync(MediaStreamType, IMediaEncodingProperties)

針對裝置的指定媒體數據流類型,以異步方式設定編碼屬性。

適用於