VideoDeviceController.GetAvailableMediaStreamProperties メソッド

定義

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

public:
 virtual IVectorView<IMediaEncodingProperties ^> ^ GetAvailableMediaStreamProperties(MediaStreamType mediaStreamType) = GetAvailableMediaStreamProperties;
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

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

戻り値

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

実装

注釈

このメソッドから返されるエンコード プロパティは、指定したストリームの種類に関係なく、 VideoEncodingProperties 型または ImageEncodingProperties 型のいずれかです。 このため、返された各 IMediaEncodingProperties オブジェクトの型をチェックし、オブジェクトのプロパティにアクセスする前に適切な型にキャストする必要があります。 MediaCapture のメディア エンコード プロパティの設定に関する記事では、必要なすべての型チェックとキャストを処理するヘルパー クラスの完全なコードを提供します。

適用対象

こちらもご覧ください