enum

V4L2::Memory

Inherits Enum < Comparable < Value < Object

Constants

MMAP = 1
USERPTR = 2
OVERLAY = 3
DMABUF = 4

Instance methods

dmabuf?

Returns true if this enum value equals DMABUF

Source
mmap?

Returns true if this enum value equals MMAP

Source
overlay?

Returns true if this enum value equals OVERLAY

Source
userptr?

Returns true if this enum value equals USERPTR

Source