@Gst.Since(minor=12) public class ProxyControlBinding extends ControlBinding
See upstream documentation at https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/gstreamer-libs-GstProxyControlBinding.html
ControlBinding.HandleGObject.GCallback, GObject.GInterfaceNativeObject.Initializer, NativeObject.TypeProvider, NativeObject.TypeRegistration<T extends NativeObject>| Modifier and Type | Field and Description |
|---|---|
static String |
GTYPE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static ProxyControlBinding |
create(GstObject object,
String propertyName,
GstObject refObject,
String refPropertyName)
Create a ProxyControlBinding that forwards all access to data or
syncValues() requests from propertyName on object to the control
binding at refPropertyName on refObject .
|
getValue, getValueArray, isDisabled, setDisabledaddControlBinding, getAsString, getControlBinding, getName, getParent, hasActiveControlBindings, removeControlBinding, setAsString, setControlBindingDisabled, setControlBindingsDisabled, setName, suggestNextSync, syncValues, toStringaddCallback, connect, connect, disconnect, dispose, emit, emit, get, getPropertyDefaultValue, getPropertyMaximumValue, getPropertyMinimumValue, getRefCount, getTypeName, invalidate, listPropertyNames, removeCallback, setclose, disown, equals, getPointer, getRawPointer, hashCodepublic static final String GTYPE_NAME
@Gst.Since(minor=12) public static ProxyControlBinding create(GstObject object, String propertyName, GstObject refObject, String refPropertyName)
object - the object of the propertypropertyName - the property-name to attach the control sourcerefObject - a GstObject to forward all ControlBinding requests torefPropertyName - the property name in refObject to controlCopyright © 2021 gstreamer-java. All rights reserved.