videoSetMirror(3mms) — Subroutines
Name
videoSetMirror --- Set current mirroring value
Syntax
#include <mme/mme_api.h>
MMRESULT videoSetMirror(HVIDEO hVideo,
BOOL mirror);
Arguments
HVIDEO hVideo
Specifies a handle to a video device channel.
BOOL mirror
Specifies the mirroring value. This value can be either TRUE or FALSE.
Description
The videoSetMirror function sets the current mirroring value for X image (8- and 24-bit) and YUV images.
Extensions
The videoSetMirror function is a Digital extension to the Microsoft multimedia API specification.
Return Values
Returns DV_ERR_OK if the function is successful; otherwise, it returns one of the following error codes:
DV_ERR_INVALHANDLE@T{ The specified device handle is invalid. T} DV_ERR_PARAM1@T{ The specified parameter is invalid. T} DV_ERR_NOTSUPPORTED@T{ The function is not supported. T}