org.gstreamer.interfaces
public class PropertyProbe extends GstInterface
GstInterface.ListElementCreator<E>
element, handle
Modifier and Type | Method and Description |
---|---|
List<Property> |
getProperties()
Gets a list of available properties for this property probe/element.
|
Property |
getProperty(String name) |
Object[] |
getValues(Property property) |
Object[] |
getValues(String name) |
boolean |
needsProbe(Property property) |
boolean |
needsProbe(String name) |
Object[] |
probeAndGetValues(Property property) |
Object[] |
probeAndGetValues(String name) |
void |
probeProperty(Property property) |
void |
probeProperty(String name) |
static PropertyProbe |
wrap(Element element)
Wraps the
Element in a PropertyProbe interface |
getElement, nativeValue, objectList
public static final PropertyProbe wrap(Element element)
Element
in a PropertyProbe interfaceelement
- the element to use as a PropertyProbepublic List<Property> getProperties()
public void probeProperty(Property property)
public void probeProperty(String name)
public boolean needsProbe(Property property)
public boolean needsProbe(String name)
Copyright © 2014. All rights reserved.