IMediaDeviceController.SetMediaStreamPropertiesAsync メソッド

定義

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

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

パラメーター

mediaStreamType
MediaStreamType

プロパティを設定するメディア ストリームの種類。

mediaEncodingProperties
IMediaEncodingProperties

設定するエンコード プロパティ。

戻り値

非同期操作の制御に使用される IAsyncAction オブジェクト。

適用対象