IMediaDeviceController.GetAvailableMediaStreamProperties メソッド

定義

デバイスでサポートされているエンコード プロパティの一覧を取得します。

public:
 IVectorView<IMediaEncodingProperties ^> ^ GetAvailableMediaStreamProperties(MediaStreamType mediaStreamType);
IVectorView<IMediaEncodingProperties> GetAvailableMediaStreamProperties(MediaStreamType const& mediaStreamType);
public IReadOnlyList<IMediaEncodingProperties> GetAvailableMediaStreamProperties(MediaStreamType mediaStreamType);
function getAvailableMediaStreamProperties(mediaStreamType)
Public Function GetAvailableMediaStreamProperties (mediaStreamType As MediaStreamType) As IReadOnlyList(Of IMediaEncodingProperties)

パラメーター

mediaStreamType
MediaStreamType

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

戻り値

サポートされているエンコード プロパティの一覧。

適用対象