EVRConfig_AllowScaling属性
Alllows the Enhanced Video Renderer (EVR) to mix the video within a rectangle that is small than the output rectangle, and then scale the result.
データ型
UINT32
取得/設定
この属性を取得するには、 IMFAttributes::GetUINT32 を呼び出します。
この属性を設定するには、 IMFAttributes::SetUINT32 を呼び出します。
解説
この属性は、EVR メディア シンクで設定できます。 属性を設定するには、 QueryInterface を 使用して 、IMFAttributes インターフェイスの EVR メディア シンクに対してクエリを実行します。
この属性を設定すると、EVR で MFVideoRenderPrefs_AllowScaling フラグを設定する場合と同じ効果があります。 このフラグの説明については、 MFVideoRenderPrefs を参照してください。
この属性の GUID 定数は strmiids.lib からエクスポートされます。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows 7 [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2008 R2 [デスクトップ アプリのみ] |
Header |
|
関連項目