次の方法で共有


AudioDeviceController.GetMediaStreamProperties(MediaStreamType) メソッド

定義

デバイスの指定したメディア ストリームの種類のエンコード プロパティを取得します。

public:
 virtual IMediaEncodingProperties ^ GetMediaStreamProperties(MediaStreamType mediaStreamType) = GetMediaStreamProperties;
IMediaEncodingProperties GetMediaStreamProperties(MediaStreamType const& mediaStreamType);
public IMediaEncodingProperties GetMediaStreamProperties(MediaStreamType mediaStreamType);
function getMediaStreamProperties(mediaStreamType)
Public Function GetMediaStreamProperties (mediaStreamType As MediaStreamType) As IMediaEncodingProperties

パラメーター

mediaStreamType
MediaStreamType

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

戻り値

エンコード プロパティ。

実装

適用対象