Share via


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 사용 섹션을 참조하세요.

적용 대상

추가 정보