Package ch.bailu.gtk.gdk
Schnittstelle DmabufError
public interface DmabufError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
GTK failed to create the resource for other
reasonsstatic final int
Dmabuf support is not available, because the OS
is not Linux, or it was explicitly disabled at compile- or runtimestatic final int
The requested format is not supported
-
Felddetails
-
NOT_AVAILABLE
static final int NOT_AVAILABLEDmabuf support is not available, because the OS
is not Linux, or it was explicitly disabled at compile- or runtime- Siehe auch:
-
UNSUPPORTED_FORMAT
static final int UNSUPPORTED_FORMATThe requested format is not supported- Siehe auch:
-
CREATION_FAILED
static final int CREATION_FAILEDGTK failed to create the resource for other
reasons- Siehe auch:
-