Uses of Class
org.gstreamer.Structure

Packages that use Structure
org.gstreamer   
org.gstreamer.event   
org.gstreamer.query   
 

Uses of Structure in org.gstreamer
 

Subclasses of Structure in org.gstreamer
 class TagList
          List of tags and values used to describe media metadata.
 

Methods in org.gstreamer that return Structure
 Structure Structure.copy()
           
static Structure Structure.fromString(java.lang.String data)
          Creates a Structure from a string representation.
 Structure Query.getStructure()
          Get the structure of this query.
 Structure Message.getStructure()
          Gets the structure containing the data in this message.
 Structure Event.getStructure()
          Gets the structure containing the data in this event.
 Structure Caps.getStructure(int index)
          Get a Structure contained in this caps.
static Structure Structure.objectFor(com.sun.jna.Pointer ptr, boolean needRef, boolean ownsHandle)
           
 

Methods in org.gstreamer with parameters of type Structure
 void Caps.append(Structure struct)
          Append structure to this caps.
 void Caps.merge(Structure structure)
          Append a structure to this caps.
 

Uses of Structure in org.gstreamer.event
 

Constructors in org.gstreamer.event with parameters of type Structure
NavigationEvent(Structure structure)
          Creates a new navigation event from the given description.
 

Uses of Structure in org.gstreamer.query
 

Constructors in org.gstreamer.query with parameters of type Structure
ApplicationQuery(QueryType type, Structure structure)
          Constructs a new custom application query object.