Uses of Class
org.gstreamer.SeekType

Packages that use SeekType
org.gstreamer   
org.gstreamer.event   
 

Uses of SeekType in org.gstreamer
 

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

Methods in org.gstreamer with parameters of type SeekType
 void Pipeline.seek(double rate, Format format, int flags, SeekType startType, long start, SeekType stopType, long stop)
          Seeks to a new position in the media stream.
 

Uses of SeekType in org.gstreamer.event
 

Methods in org.gstreamer.event that return SeekType
 SeekType SeekEvent.getStartType()
          Gets the SeekType of the start value.
 SeekType SeekEvent.getStopType()
          Gets the SeekType of the start value.
 

Constructors in org.gstreamer.event with parameters of type SeekType
SeekEvent(double rate, Format format, int flags, SeekType startType, long start, SeekType stopType, long stop)
          Creates a new seek event.