imVideoCaptureGetAttribute

Returns a camera or video attribute in percentage of the valid range value. \n * Returns zero if failed or attribute not supported. * * \verbatim vc:GetAttribute(attrib: string) -> error: boolean, percent: number [in Lua 5] \endverbatim * \ingroup capture

version(IM && Windows && D_LP64)
extern (C) @nogc nothrow
int
imVideoCaptureGetAttribute
(,
const(char)* attrib
,
float* percent
)

Meta