IMediaDeviceController.SetMediaStreamPropertiesAsync Method

Definition

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

public:
 IAsyncAction ^ SetMediaStreamPropertiesAsync(MediaStreamType mediaStreamType, IMediaEncodingProperties ^ mediaEncodingProperties);
IAsyncAction SetMediaStreamPropertiesAsync(MediaStreamType const& mediaStreamType, IMediaEncodingProperties const& mediaEncodingProperties);
public IAsyncAction SetMediaStreamPropertiesAsync(MediaStreamType mediaStreamType, IMediaEncodingProperties mediaEncodingProperties);
function setMediaStreamPropertiesAsync(mediaStreamType, mediaEncodingProperties)
Public Function SetMediaStreamPropertiesAsync (mediaStreamType As MediaStreamType, mediaEncodingProperties As IMediaEncodingProperties) As IAsyncAction

Parameters

mediaStreamType
MediaStreamType

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

mediaEncodingProperties
IMediaEncodingProperties

The encoding properties to set.

Returns

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

Applies to