MediaCapture.SetPreviewMirroring | setPreviewMirroring method

0 out of 3 rated this helpful - Rate this topic

Enables or disables horizontal mirroring of the video preview stream.

Syntax


mediaCapture.setPreviewMirroring(value);

Parameters

value

Type: Boolean [JavaScript] | System.Boolean [.NET] | Platform::Boolean [C++]

True to enable mirroring; false to disable mirroring.

Remarks

Horizontal mirroring is useful for video conferencing or video chat applications, because the user typically wants to see a reflected image of him- or herself. The non-mirrored view can look strange, because we are used to seeing ourselves in a mirror.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Media.Capture
Windows::Media::Capture [C++]

Metadata

Windows.winmd

Capabilities

webcam
microphone

See also

MediaCapture

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.