共用方式為


IMediaDeviceController 介面

定義

控制視訊相機或麥克風上的裝置設定。

public interface class IMediaDeviceController
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4143510990, 8346, 18683, 134, 252, 212, 69, 120, 243, 23, 230)]
struct IMediaDeviceController
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4143510990, 8346, 18683, 134, 252, 212, 69, 120, 243, 23, 230)]
public interface IMediaDeviceController
Public Interface IMediaDeviceController
衍生
屬性

Windows 需求

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

方法

GetAvailableMediaStreamProperties(MediaStreamType)

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

GetMediaStreamProperties(MediaStreamType)

取得裝置所指定媒體資料流程類型的編碼屬性。

SetMediaStreamPropertiesAsync(MediaStreamType, IMediaEncodingProperties)

針對裝置的指定媒體資料流程類型,以非同步方式設定編碼屬性。

適用於