IMediaDeviceController 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
控制摄像机或麦克风上的设备设置。
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) |
为设备的指定媒体流类型异步设置编码属性。 |