org.gstreamer.message
Class BufferingMessage

java.lang.Object
  extended by org.gstreamer.lowlevel.NativeValue
      extended by org.gstreamer.lowlevel.Handle
          extended by org.gstreamer.lowlevel.NativeObject
              extended by org.gstreamer.lowlevel.RefCountedObject
                  extended by org.gstreamer.MiniObject
                      extended by org.gstreamer.Message
                          extended by org.gstreamer.message.BufferingMessage

public class BufferingMessage
extends Message

This message can be posted by an element that needs to buffer data before it can continue processing. percent should be a value between 0 and 100. A value of 100 means that the buffering completed. When percent} is < 100 the application should PAUSE a PLAYING pipeline. When percent is 100, the application can set the pipeline (back) to PLAYING. The application must be prepared to receive BUFFERING messages in the PREROLLING state and may only set the pipeline to PLAYING after receiving a message with percent set to 100, which can happen after the pipeline completed prerolling.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.gstreamer.lowlevel.NativeObject
NativeObject.Initializer
 
Field Summary
 
Fields inherited from class org.gstreamer.Message
messageStruct
 
Fields inherited from class org.gstreamer.lowlevel.NativeObject
defaultInit, LIFECYCLE, ownsHandle
 
Constructor Summary
BufferingMessage(GstObject src, int percent)
          Creates a new Buffering message.
BufferingMessage(NativeObject.Initializer init)
          Creates a new Buffering message.
 
Method Summary
 int getPercent()
          Gets the buffering percentage.
 
Methods inherited from class org.gstreamer.Message
copy, getSource, getStructure, getType, makeWritable
 
Methods inherited from class org.gstreamer.MiniObject
disposeNativeHandle, isWritable, makeWritable, objectFor, ref, unref
 
Methods inherited from class org.gstreamer.lowlevel.NativeObject
classFor, disown, dispose, equals, finalize, getNativeAddress, handle, hashCode, initializer, initializer, instanceFor, invalidate, isDisposed, nativeValue, objectFor, objectFor, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferingMessage

public BufferingMessage(NativeObject.Initializer init)
Creates a new Buffering message.

Parameters:
init - internal initialization data.

BufferingMessage

public BufferingMessage(GstObject src,
                        int percent)
Creates a new Buffering message.

Parameters:
src - The object originating the message.
Method Detail

getPercent

public int getPercent()
Gets the buffering percentage.

Returns:
the percentage that is being buffered.


Copyright © 2010. All Rights Reserved.