org.gstreamer
Class ValueList

java.lang.Object
  extended by org.gstreamer.ValueList

public class ValueList
extends java.lang.Object


Method Summary
 boolean getBoolean(int index)
           
 double getDouble(int index)
           
 Fraction getFraction(int index)
           
 int getInteger(int index)
           
 int getSize()
           
 java.lang.String getString(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSize

public int getSize()

getDouble

public double getDouble(int index)

getInteger

public int getInteger(int index)

getString

public java.lang.String getString(int index)

getBoolean

public boolean getBoolean(int index)

getFraction

public Fraction getFraction(int index)