A B C D E F G H I J K L M N O P Q R S T U V W X Z

S

saveElement(Element) - Method in class org.gstreamer.GstXML
Saves an existing pipeline to a XML file.
scanPath(String) - Method in class org.gstreamer.Registry
Add the given path to the registry.
schedule(Runnable, long, TimeUnit) - Method in class org.gstreamer.glib.MainContextExecutorService
 
schedule(Callable<V>, long, TimeUnit) - Method in class org.gstreamer.glib.MainContextExecutorService
 
schedule(Runnable, long, TimeUnit) - Method in class org.gstreamer.swing.SwingExecutorService
 
schedule(Callable<V>, long, TimeUnit) - Method in class org.gstreamer.swing.SwingExecutorService
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.gstreamer.glib.MainContextExecutorService
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.gstreamer.swing.SwingExecutorService
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.gstreamer.glib.MainContextExecutorService
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.gstreamer.swing.SwingExecutorService
 
seek(ClockTime) - Method in class org.gstreamer.Pipeline
Sets the position in the media stream to time.
seek(long, TimeUnit) - Method in class org.gstreamer.Pipeline
Sets the current position in the media stream.
seek(double, Format, int, SeekType, long, SeekType, long) - Method in class org.gstreamer.Pipeline
Seeks to a new position in the media stream.
SeekEvent - Class in org.gstreamer.event
A request for a new playback position and rate.
SeekEvent(NativeObject.Initializer) - Constructor for class org.gstreamer.event.SeekEvent
This constructor is for internal use only.
SeekEvent(double, Format, int, SeekType, long, SeekType, long) - Constructor for class org.gstreamer.event.SeekEvent
Creates a new seek event.
SeekFlags - Class in org.gstreamer
Flags to be used with seek or SeekEvent
SeekFlags() - Constructor for class org.gstreamer.SeekFlags
 
SEEKING - Static variable in class org.gstreamer.QueryType
seeking capabilities
SeekingQuery - Class in org.gstreamer.query
Used for querying the seeking properties of the stream.
SeekingQuery(NativeObject.Initializer) - Constructor for class org.gstreamer.query.SeekingQuery
 
SeekingQuery(Format) - Constructor for class org.gstreamer.query.SeekingQuery
Constructs a new query object for querying seeking properties of the stream.
SeekType - Enum in org.gstreamer
The different types of seek events.
SEGMENT - Static variable in class org.gstreamer.QueryType
segment start/stop positions
SEGMENT - Static variable in class org.gstreamer.SeekFlags
Perform a segment seek.
segmentDone(GstObject, Format, long) - Method in interface org.gstreamer.Bus.SEGMENT_DONE
Called when a segment-done message has been posted.
SegmentDoneMessage - Class in org.gstreamer.message
This message is posted by elements that finish playback of a segment as a result of a segment seek.
SegmentDoneMessage(NativeObject.Initializer) - Constructor for class org.gstreamer.message.SegmentDoneMessage
Creates a new segment-done message.
SegmentDoneMessage(GstObject, Format, long) - Constructor for class org.gstreamer.message.SegmentDoneMessage
Creates a new segment done message.
SegmentQuery - Class in org.gstreamer.query
Used to discover information about the currently configured segment for playback.
SegmentQuery(NativeObject.Initializer) - Constructor for class org.gstreamer.query.SegmentQuery
 
SegmentQuery(Format) - Constructor for class org.gstreamer.query.SegmentQuery
Constructs a new segment query object.
segmentStart(GstObject, Format, long) - Method in interface org.gstreamer.Bus.SEGMENT_START
 
sendEvent(Event) - Method in class org.gstreamer.Element
Sends an event to an element.
sendEvent(Event) - Method in class org.gstreamer.Pad
Sends the event to this pad.
set(String, Object) - Method in class org.gstreamer.GObject
Sets the value of a GObject property.
setActive(boolean) - Method in class org.gstreamer.Pad
Activates or deactivates the given pad.
setAlpha(float) - Method in class org.gstreamer.swing.VideoComponent
Deprecated. 
setAlpha(int) - Method in class org.gstreamer.swt.VideoComponent
 
setAudioSink(Element) - Method in class org.gstreamer.elements.PlayBin
Sets the audio output Element.
setAudioSink(Element) - Method in interface org.gstreamer.media.MediaPlayer
Sets the Element to use for audio output.
setAudioSink(Element) - Method in class org.gstreamer.media.PlayBinMediaPlayer
Sets the sink element to use for audio output.
setAutoFlushBus(boolean) - Method in class org.gstreamer.Pipeline
Sets this pipeline to automatically flush Bus messages or not.
setBlocked(boolean) - Method in class org.gstreamer.Pad
Blocks or unblocks the dataflow on a pad.
setCalibration(ClockTime, ClockTime, ClockTime, ClockTime) - Method in class org.gstreamer.Clock
Adjusts the rate and time of this clock.
setCaps(Caps) - Method in class org.gstreamer.Buffer
Sets the media type on the buffer.
setCaps(Caps) - Method in class org.gstreamer.Element
Sets the Caps on this Element.
setCaps(Caps) - Method in class org.gstreamer.elements.AppSink
Sets the capabilities on the appsink element.
setCaps(Caps) - Method in class org.gstreamer.elements.AppSrc
 
setCaps(Caps) - Method in class org.gstreamer.Pad
Sets the capabilities of this pad.
setChannel(TunerChannel) - Method in class org.gstreamer.interfaces.Tuner
Tunes this tuner to the given channel.
setClock(Clock) - Method in class org.gstreamer.Pipeline
Set the clock for pipeline.
setControlsVisible(boolean) - Method in class org.gstreamer.swing.VideoPlayer
 
setConvert(Format, long, Format, long) - Method in class org.gstreamer.query.ConvertQuery
 
setDouble(String, Double) - Method in class org.gstreamer.Structure
 
setDoubleRange(String, Double, Double) - Method in class org.gstreamer.Structure
 
setDuration(ClockTime) - Method in class org.gstreamer.Buffer
 
setDuration(Format, long) - Method in class org.gstreamer.query.DurationQuery
Answers a duration query by setting the requested value in the given format.
setFlushing(boolean) - Method in class org.gstreamer.Bus
Instructs the bus to flush out any queued messages.
setFormat(Format) - Method in class org.gstreamer.elements.BaseSrc
 
setFormats(Format...) - Method in class org.gstreamer.query.FormatsQuery
Sets the formats query result fields.
setFrequency(long) - Method in class org.gstreamer.interfaces.TunerChannel
Sets a tuning frequency on the given tuner/channel.
setInputFile(File) - Method in class org.gstreamer.elements.PlayBin
Sets the media file to play.
setInputFile(File) - Method in class org.gstreamer.media.PlayBinMediaPlayer
Sets the current file to play.
setInputFile(File) - Method in class org.gstreamer.swing.VideoPlayer
 
setInteger(String, Integer) - Method in class org.gstreamer.Caps
 
setInteger(String, Integer) - Method in class org.gstreamer.Structure
Sets an integer field in the structure.
setIntegerRange(String, Integer, Integer) - Method in class org.gstreamer.Structure
 
setKeepAspect(boolean) - Method in class org.gstreamer.swing.VideoComponent
 
setKeepAspect(boolean) - Method in class org.gstreamer.swing.VideoPlayer
 
setKeepAspect(boolean) - Method in class org.gstreamer.swt.VideoComponent
 
setLastOffset(long) - Method in class org.gstreamer.Buffer
Sets the last offset contained in this buffer.
setLatency(boolean, ClockTime, ClockTime) - Method in class org.gstreamer.query.LatencyQuery
Answers a latency query.
setLive(boolean) - Method in class org.gstreamer.elements.BaseSrc
 
setLocation(File) - Method in class org.gstreamer.elements.FileSrc
Sets the path of the file this source is to read.
setLocation(String) - Method in class org.gstreamer.elements.FileSrc
Sets the path of the file this source is to read.
setMaster(Clock) - Method in class org.gstreamer.Clock
Set master as the master clock for this clock.
setMaximumLateness(long, TimeUnit) - Method in class org.gstreamer.elements.BaseSink
 
setMuted(boolean) - Method in class org.gstreamer.interfaces.MixerTrack
Mutes or unmutes the given channel.
setName(String) - Method in class org.gstreamer.GstObject
Sets the name of this object, or gives this object a guaranteed unique name (if name is null).
setName(String) - Method in class org.gstreamer.PluginFeature
Sets the name of a plugin feature.
setName(String) - Method in class org.gstreamer.Structure
Sets the name of the structure to the given name.
setNorm(TunerNorm) - Method in class org.gstreamer.interfaces.Tuner
Changes the video norm on this tuner to the given norm
setOffset(long) - Method in class org.gstreamer.Buffer
Sets the offset of the buffer in the media stream.
setOpacity(float) - Method in class org.gstreamer.swing.VideoComponent
 
setOpacity(float) - Method in class org.gstreamer.swing.VideoPlayer
 
setOpaque(boolean) - Method in class org.gstreamer.swing.VideoPlayer
 
setOverlay(String) - Method in class org.gstreamer.swt.VideoComponent
 
setPassDirectBuffer(boolean) - Method in class org.gstreamer.elements.RGBDataSink
Indicate whether the RGBDataSink should pass the native IntBuffer to the listener, or should copy it to a heap buffer.
setPlaylist(Collection<URI>) - Method in class org.gstreamer.media.AbstractMediaPlayer
Replaces the current play list with a new play list.
setPlaylist(Collection<URI>) - Method in interface org.gstreamer.media.MediaPlayer
Replaces the current playlist with a new playlist.
setPosition(Format, long) - Method in class org.gstreamer.query.PositionQuery
Answers a position query by setting the requested value in the given format.
setQOSEnabled(boolean) - Method in class org.gstreamer.elements.BaseSink
 
setRank(int) - Method in class org.gstreamer.PluginFeature
Set the rank for the plugin feature.
setRecording(boolean) - Method in class org.gstreamer.interfaces.MixerTrack
Enables or disables recording on the given track.
setResolution(ClockTime) - Method in class org.gstreamer.Clock
Sets the accuracy of the clock.
setSeeking(Format, boolean, long, long) - Method in class org.gstreamer.query.SeekingQuery
Sets the seeking query result fields.
setSegment(double, Format, long, long) - Method in class org.gstreamer.query.SegmentQuery
Answers a segment query by setting the requested values.
setState(State) - Method in class org.gstreamer.Element
Sets the state of the element.
setSync(boolean) - Method in class org.gstreamer.elements.BaseSink
 
setSyncHandler(BusSyncHandler) - Method in class org.gstreamer.Bus
 
setTarget(Pad) - Method in class org.gstreamer.GhostPad
Set the new target of the ghostpad.
setTimestamp(ClockTime) - Method in class org.gstreamer.Buffer
Sets the timestamp in time of the buffer data, can be ClockTime.NONE when the timestamp is not known or relevant.
setURI(URI) - Method in class org.gstreamer.elements.PlayBin
Sets the media URI to play.
setURI(URI) - Method in interface org.gstreamer.media.MediaPlayer
Sets the media file to play.
setURI(URI) - Method in class org.gstreamer.media.PlayBinMediaPlayer
Sets the media file to play.
setURI(URI) - Method in class org.gstreamer.swing.VideoPlayer
 
setUseDefaultContext(boolean) - Static method in class org.gstreamer.Gst
Instructs gstreamer-java to use the default main context.
setValue(int) - Method in class org.gstreamer.swing.PipelinePositionModel
 
setVideoSink(Element) - Method in class org.gstreamer.elements.PlayBin
Sets the video output Element.
setVideoSink(Element) - Method in interface org.gstreamer.media.MediaPlayer
Sets the Element to use for video output.
setVideoSink(Element) - Method in class org.gstreamer.media.PlayBinMediaPlayer
Sets the sink element to use for video output.
setVisualization(Element) - Method in class org.gstreamer.elements.PlayBin
Sets the visualization output Element.
setVolume(double) - Method in class org.gstreamer.elements.PlayBin
Sets the audio playback volume.
setVolume(int[]) - Method in class org.gstreamer.interfaces.MixerTrack
Sets the volume on each channel in a track.
setVolume(double) - Method in interface org.gstreamer.media.MediaPlayer
 
setVolume(double) - Method in class org.gstreamer.media.PlayBinMediaPlayer
Sets the audio output volume.
setVolumePercent(int) - Method in class org.gstreamer.elements.PlayBin
Set the volume for the PlayBin.
setWindowID(Component) - Method in class org.gstreamer.interfaces.XOverlay
Sets the native window for the Element to use to display video.
showFPS(boolean) - Method in class org.gstreamer.swt.VideoComponent
 
showOverlay(boolean) - Method in class org.gstreamer.swt.VideoComponent
 
shutdown() - Method in class org.gstreamer.glib.MainContextExecutorService
 
shutdown() - Method in class org.gstreamer.swing.SwingExecutorService
Stops this executor service from accepting any more tasks.
shutdownNow() - Method in class org.gstreamer.glib.MainContextExecutorService
 
shutdownNow() - Method in class org.gstreamer.swing.SwingExecutorService
 
signalChanged(Tuner, TunerChannel, int) - Method in interface org.gstreamer.interfaces.Tuner.SIGNAL_CHANGED
Called when the signal strength on a Tuner changes
signalChanged(TunerChannel, int) - Method in interface org.gstreamer.interfaces.TunerChannel.SIGNAL_CHANGED
Called when the signal strength on a Tuner changes
simplify() - Method in class org.gstreamer.Caps
Modifies this caps inplace into a representation that represents the same set of formats, but in a simpler form.
sinkGetCaps() - Method in class org.gstreamer.elements.CustomSink
 
sinkPreRoll(Buffer) - Method in class org.gstreamer.elements.CustomSink
 
sinkRender(Buffer) - Method in class org.gstreamer.elements.CustomSink
 
sinkRender(Buffer) - Method in class org.gstreamer.io.WriteableByteChannelSink
 
sinkSetCaps(Caps) - Method in class org.gstreamer.elements.CustomSink
 
sinkStart() - Method in class org.gstreamer.elements.CustomSink
 
sinkStop() - Method in class org.gstreamer.elements.CustomSink
 
size() - Method in class org.gstreamer.Caps
Get the number of structures contained in this caps.
SOFTWARE - Static variable in class org.gstreamer.interfaces.MixerTrack.Flags
 
srcCreateBuffer(long, int, Buffer[]) - Method in class org.gstreamer.elements.CustomSrc
Used when more control of Buffer creation is desired than fillBuffer() affords.
srcEvent(Event) - Method in class org.gstreamer.elements.CustomSrc
 
srcFillBuffer(long, int, Buffer) - Method in class org.gstreamer.elements.CustomSrc
Used when you just want to fill a Buffer with data.
srcFillBuffer(long, int, Buffer) - Method in class org.gstreamer.io.ReadableByteChannelSrc
 
srcFixate(Caps) - Method in class org.gstreamer.elements.CustomSrc
 
srcGetCaps() - Method in class org.gstreamer.elements.CustomSrc
 
srcGetSize() - Method in class org.gstreamer.elements.CustomSrc
 
srcGetSize() - Method in class org.gstreamer.io.ReadableByteChannelSrc
 
srcGetTimes(Buffer, long[], long[]) - Method in class org.gstreamer.elements.CustomSrc
 
srcIsSeekable() - Method in class org.gstreamer.elements.CustomSrc
 
srcIsSeekable() - Method in class org.gstreamer.io.ReadableByteChannelSrc
 
srcNegotiate() - Method in class org.gstreamer.elements.CustomSrc
 
srcSeek(GstAPI.GstSegmentStruct) - Method in class org.gstreamer.elements.CustomSrc
 
srcSeek(GstAPI.GstSegmentStruct) - Method in class org.gstreamer.io.ReadableByteChannelSrc
 
srcSetCaps(Caps) - Method in class org.gstreamer.elements.CustomSrc
 
srcStart() - Method in class org.gstreamer.elements.CustomSrc
 
srcStop() - Method in class org.gstreamer.elements.CustomSrc
 
start(StartEvent) - Method in class org.gstreamer.media.event.MediaAdapter
 
start(StartEvent) - Method in interface org.gstreamer.media.event.MediaListener
 
StartEvent - Class in org.gstreamer.media.event
Based on code from FMJ by Ken Larson
StartEvent(MediaPlayer, State, State, State, ClockTime) - Constructor for class org.gstreamer.media.event.StartEvent
 
State - Enum in org.gstreamer
The posible states an element can be in.
stateChanged(GstObject, State, State, State) - Method in interface org.gstreamer.Bus.STATE_CHANGED
Called when a Pipeline element executes a State change.
StateChangedMessage - Class in org.gstreamer.message
A state change message.
StateChangedMessage(NativeObject.Initializer) - Constructor for class org.gstreamer.message.StateChangedMessage
Creates a new Buffering message.
StateChangedMessage(GstObject, State, State, State) - Constructor for class org.gstreamer.message.StateChangedMessage
Creates a new state-changed message.
StateChangeReturn - Enum in org.gstreamer
The possible return values from a state change function.
StaticPadTemplate - Class in org.gstreamer
 
steal(GstObject) - Static method in class org.gstreamer.GstObject
Steal the native peer from another GstObject.
stop(StopEvent) - Method in class org.gstreamer.media.event.MediaAdapter
 
stop(StopEvent) - Method in interface org.gstreamer.media.event.MediaListener
 
stop() - Method in interface org.gstreamer.media.MediaPlayer
Stops playing the currently playing media file.
stop() - Method in class org.gstreamer.media.PlayBinMediaPlayer
Stops playback of a media file.
stop() - Method in class org.gstreamer.Pipeline
Tells the Pipeline to pause playing the media stream.
StopEvent - Class in org.gstreamer.media.event
Based on code from FMJ by Ken Larson
StopEvent(MediaPlayer, State, State, State, ClockTime) - Constructor for class org.gstreamer.media.event.StopEvent
 
Structure - Class in org.gstreamer
Generic structure containing fields of names and values.
Structure(NativeObject.Initializer) - Constructor for class org.gstreamer.Structure
Creates a new instance of Structure
Structure(String) - Constructor for class org.gstreamer.Structure
Creates a new, empty #GstStructure with the given name.
Structure(String, String, Object...) - Constructor for class org.gstreamer.Structure
Creates a new Structure with the given name.
Structure.InvalidFieldException - Exception in org.gstreamer
 
Structure.InvalidFieldException(String, String) - Constructor for exception org.gstreamer.Structure.InvalidFieldException
 
subtract(Caps) - Method in class org.gstreamer.Caps
Subtracts the subtrahend Caps from this Caps.
SwingExecutorService - Class in org.gstreamer.swing
A ScheduledExecutorService that executes tasks and timers on the AWT/Swing EDT.
SwingExecutorService() - Constructor for class org.gstreamer.swing.SwingExecutorService
Creates a new ScheduledExecutorService.
syncMessage(Message) - Method in interface org.gstreamer.event.BusSyncHandler
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z