MediaPlayer.CopyFrameToStereoscopicVideoSurfaces 方法

定义

MediaPlayer 当前显示的视频帧复制到提供的两个 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 部分。

适用于

另请参阅