AudioDeviceController 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
控制麥克風上的裝置設定。
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
- 繼承
- 屬性
- 實作
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) |
針對裝置的指定媒體數據流類型,以異步方式設定編碼屬性。 |