org.gstreamer
public class ValueList extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GTYPE_NAME |
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean(int index) |
double |
getDouble(int index) |
float |
getFloat(int index) |
Fraction |
getFraction(int index) |
int |
getInteger(int index) |
int |
getSize() |
String |
getString(int index) |
public static final String GTYPE_NAME
public int getSize()
public double getDouble(int index)
public float getFloat(int index)
public int getInteger(int index)
public String getString(int index)
public boolean getBoolean(int index)
public Fraction getFraction(int index)
Copyright © 2014. All rights reserved.