MediaCapture.GetEncoderProperty(MediaStreamType, Guid) メソッド

定義

エンコード プロパティの値を取得します。

public:
 virtual Platform::Object ^ GetEncoderProperty(MediaStreamType mediaStreamType, Platform::Guid propertyId) = GetEncoderProperty;
IInspectable GetEncoderProperty(MediaStreamType const& mediaStreamType, winrt::guid const& propertyId);
public object GetEncoderProperty(MediaStreamType mediaStreamType, Guid propertyId);
function getEncoderProperty(mediaStreamType, propertyId)
Public Function GetEncoderProperty (mediaStreamType As MediaStreamType, propertyId As Guid) As Object

パラメーター

mediaStreamType
MediaStreamType

エンコード プロパティに対してクエリを実行するストリームを指定します。

propertyId
Guid

Platform::Guid

winrt::guid

取得するエンコード プロパティ。

戻り値

Object

Platform::Object

IInspectable

エンコード プロパティの値を返します。

Windows の要件

アプリの機能
backgroundMediaRecording microphone webcam

適用対象