imVideoCaptureResetAttribute

Resets a camera or video attribute to the default value or * to the automatic setting. \n * Not all attributes support automatic modes. \n * Returns zero if failed. * * \verbatim vc:ResetAttribute(attrib: string, fauto: boolean) -> error: boolean [in Lua 5] \endverbatim * \ingroup capture

extern (C) @safe nothrow
int
imVideoCaptureResetAttribute
(,
const(char)* attrib
,
int fauto
)

Meta