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)

디바이스에 대해 지정된 미디어 스트림 유형에 대한 인코딩 속성을 비동기적으로 설정합니다.

적용 대상