Uses of Class
org.gstreamer.EventType

Packages that use EventType
org.gstreamer   
 

Uses of EventType in org.gstreamer
 

Methods in org.gstreamer that return EventType
static EventType EventType.valueOf(int type)
          Gets the Enum for a native value
static EventType EventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventType[] EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.