Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.38 KB

mediaplayer_copyframetostereoscopicvideosurfaces_929445157.md

File metadata and controls

32 lines (20 loc) · 1.38 KB
-api-id -api-type
M:Windows.Media.Playback.MediaPlayer.CopyFrameToStereoscopicVideoSurfaces(Windows.Graphics.DirectX.Direct3D11.IDirect3DSurface,Windows.Graphics.DirectX.Direct3D11.IDirect3DSurface)
winrt method

Windows.Media.Playback.MediaPlayer.CopyFrameToStereoscopicVideoSurfaces

-description

Copies the video frame currently displayed by the MediaPlayer to the two provided IDirect3DSurface objects which represent the left eye and right eye content of a stereoscopic video frame.

-parameters

-param destinationLeftEye

The surface to which the left eye content is copied.

-param destinationRightEye

The surface to which the right eye content is copied.

-remarks

For information on using CopyFrameToVideoSurface to apply GPU effects to video frames, see the Use MediaPlayer in frame server mode section of Play audio and video with MediaPlayer.

-see-also

Play audio and video with MediaPlayer

-examples