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) |
デバイスの指定されたメディア ストリームの種類に対してエンコード プロパティを非同期的に設定します。 |