Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 970 Bytes

imediadevicecontroller_setmediastreampropertiesasync_835261048.md

File metadata and controls

29 lines (20 loc) · 970 Bytes
-api-id -api-type
M:Windows.Media.Devices.IMediaDeviceController.SetMediaStreamPropertiesAsync(Windows.Media.Capture.MediaStreamType,Windows.Media.MediaProperties.IMediaEncodingProperties)
winrt method

Windows.Media.Devices.IMediaDeviceController.SetMediaStreamPropertiesAsync

-description

Sets the encoding properties asynchronously for the specified media stream type for the device.

-parameters

-param mediaStreamType

The type of media stream for which to set the properties.

-param mediaEncodingProperties

The encoding properties to set.

-returns

An IAsyncAction object that is used to control the asynchronous operation.

-remarks

-examples

-see-also