IMediaDeviceController Interface
Definition
Controls device settings on a video camera or microphone.
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
- Derived
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Methods
GetAvailableMediaStreamProperties(MediaStreamType) |
Gets a list of the supported encoding properties for the device. |
GetMediaStreamProperties(MediaStreamType) |
Gets the encoding properties for the specified media stream type for the device. |
SetMediaStreamPropertiesAsync(MediaStreamType, IMediaEncodingProperties) |
Sets the encoding properties asynchronously for the specified media stream type for the device. |