JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.util.av.GLMediaPlayer.EventMask Class Reference

Changes attributes event mask. More...

Collaboration diagram for com.jogamp.opengl.util.av.GLMediaPlayer.EventMask:

Classes

enum  Bit
 Attribute change bits. More...
 

Public Member Functions

 EventMask (final List< Bit > v)
 
 EventMask (final Bit v)
 
 EventMask (final int v)
 
 EventMask ()
 
boolean isSet (final Bit bit)
 
boolean isSet (final List< Bit > bits)
 
boolean isSet (final int bits)
 
boolean isZero ()
 
EventMask setBit (final Bit v)
 
EventMask setBits (final List< Bit > v)
 
String toString ()
 
boolean equals (final Object other)
 

Static Public Member Functions

static int getBits (final List< Bit > v)
 

Public Attributes

int mask
 

Detailed Description

Changes attributes event mask.

Definition at line 334 of file GLMediaPlayer.java.

Constructor & Destructor Documentation

◆ EventMask() [1/4]

com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.EventMask ( final List< Bit v)

Definition at line 388 of file GLMediaPlayer.java.

Here is the call graph for this function:

◆ EventMask() [2/4]

com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.EventMask ( final Bit  v)

Definition at line 391 of file GLMediaPlayer.java.

◆ EventMask() [3/4]

com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.EventMask ( final int  v)

Definition at line 394 of file GLMediaPlayer.java.

◆ EventMask() [4/4]

com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.EventMask ( )

Definition at line 397 of file GLMediaPlayer.java.

Here is the caller graph for this function:

Member Function Documentation

◆ equals()

boolean com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.equals ( final Object  other)

Definition at line 434 of file GLMediaPlayer.java.

Here is the call graph for this function:

◆ getBits()

static int com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.getBits ( final List< Bit v)
static

Definition at line 381 of file GLMediaPlayer.java.

Here is the caller graph for this function:

◆ isSet() [1/3]

boolean com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.isSet ( final Bit  bit)

Definition at line 401 of file GLMediaPlayer.java.

Here is the caller graph for this function:

◆ isSet() [2/3]

boolean com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.isSet ( final int  bits)

Definition at line 403 of file GLMediaPlayer.java.

◆ isSet() [3/3]

boolean com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.isSet ( final List< Bit bits)

Definition at line 402 of file GLMediaPlayer.java.

Here is the call graph for this function:

◆ isZero()

boolean com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.isZero ( )

Definition at line 404 of file GLMediaPlayer.java.

◆ setBit()

EventMask com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.setBit ( final Bit  v)

Definition at line 406 of file GLMediaPlayer.java.

◆ setBits()

EventMask com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.setBits ( final List< Bit v)

Definition at line 407 of file GLMediaPlayer.java.

◆ toString()

String com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.toString ( )

Definition at line 415 of file GLMediaPlayer.java.

Here is the call graph for this function:

Member Data Documentation

◆ mask

int com.jogamp.opengl.util.av.GLMediaPlayer.EventMask.mask

Definition at line 379 of file GLMediaPlayer.java.


The documentation for this class was generated from the following file: