Uses of Class
org.gstreamer.MessageType

Packages that use MessageType
org.gstreamer   
 

Uses of MessageType in org.gstreamer
 

Methods in org.gstreamer that return MessageType
static MessageType MessageType.forName(java.lang.String name)
          Gets a MessageType that corresponds to the name
 MessageType Message.getType()
          Gets the type of this message.
static MessageType MessageType.valueOf(int type)
          Gets a MessageType that corresponds to the native integer value.
static MessageType MessageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MessageType[] MessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.