V4L2
Video 4 Linux 2
Constants
VERSION = "1.0.1"
Class methods
ioc(direction : UInt32, type : UInt32, nr : UInt32, size : UInt32) : UInt32
Sourceior(type : Char, nr : Int, size : Int)
Sourceiorw(type : Char, nr : Int, size : Int) : UInt32
IOWR(type,nr,size) IOC(IOC_READ|IOC_WRITE,(type),(nr),(IOC_TYPECHECK(size)))
iow(type : Char, nr : Int, size : Int)
IOW(type,nr,size) IOC(IOC_WRITE,(type),(nr),(IOC_TYPECHECK(size)))
v4l2_fourcc(a : Char, b : Char, c : Char, d : Char) : UInt32
Sourcev4l2_fourcc(a : UInt32, b : UInt32, c : UInt32, d : UInt32) : UInt32
Sourcev4l2_fourcc_be(a : Char, b : Char, c : Char, d : Char) : UInt32
Sourcev4l2_fourcc_be(a : UInt32, b : UInt32, c : UInt32, d : UInt32) : UInt32
Source