次の方法で共有


AudioDeviceController.SetMediaStreamPropertiesAsync メソッド

定義

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

public:
 virtual IAsyncAction ^ SetMediaStreamPropertiesAsync(MediaStreamType mediaStreamType, IMediaEncodingProperties ^ mediaEncodingProperties) = SetMediaStreamPropertiesAsync;
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 オブジェクト。

実装

適用対象