videoGetMirror(3mms) — Subroutines
Name
videoGetMirror --- Obtain current mirroring value
Syntax
#include <mme/mme_api.h>
BOOL videoGetMirror(HVIDEO hVideo)
Arguments
HVIDEO hVideo
Specifies a handle to a video device channel.
Description
The videoGetMirror function obtains the current mirroring value. This mirroring value is applied to the 8-bit X image data returned to the application. This request is not supported for video playback using a single buffer.
Extensions
The videoGetMirror function is a Digital extension to the Microsoft multimedia API specification.
Return Values
Returns the current mirroring value (TRUE or FALSE) 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_NOTSUPPORTED@T{ The function is not supported. T}