MediaPlayer.CopyFrameToStereoscopicVideoSurfaces メソッド

定義

MediaPlayer によって現在表示されているビデオ フレームを、ステレオスコピック ビデオ フレームの左目と右目のコンテンツを表す 2 つの指定された IDirect3DSurface オブジェクトにコピーします。

public:
 virtual void CopyFrameToStereoscopicVideoSurfaces(IDirect3DSurface ^ destinationLeftEye, IDirect3DSurface ^ destinationRightEye) = CopyFrameToStereoscopicVideoSurfaces;
void CopyFrameToStereoscopicVideoSurfaces(IDirect3DSurface const& destinationLeftEye, IDirect3DSurface const& destinationRightEye);
public void CopyFrameToStereoscopicVideoSurfaces(IDirect3DSurface destinationLeftEye, IDirect3DSurface destinationRightEye);
function copyFrameToStereoscopicVideoSurfaces(destinationLeftEye, destinationRightEye)
Public Sub CopyFrameToStereoscopicVideoSurfaces (destinationLeftEye As IDirect3DSurface, destinationRightEye As IDirect3DSurface)

パラメーター

destinationLeftEye
IDirect3DSurface

左目のコンテンツのコピー先のサーフェス。

destinationRightEye
IDirect3DSurface

右目のコンテンツのコピー先のサーフェス。

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

注釈

CopyFrameToVideoSurface を使用してビデオ フレームに GPU 効果を適用する方法については、「MediaPlayer でオーディオとビデオを再生する」の「フレーム サーバー モードで MediaPlayer を使用する」セクションを参照してください。

適用対象

こちらもご覧ください