| Package | Description |
|---|---|
| org.freedesktop.gstreamer.controller |
| Modifier and Type | Class and Description |
|---|---|
class |
InterpolationControlSource
Interpolation control source.
|
class |
LFOControlSource
LFO control source.
|
class |
TimedValueControlSource
Timed value control source base class.
|
class |
TriggerControlSource
Trigger control source.
|
| Modifier and Type | Method and Description |
|---|---|
static DirectControlBinding |
DirectControlBinding.create(GstObject object,
String propertyName,
ControlSource controlSource)
Create a new control-binding that attaches the
ControlSource to
the GObject property. |
static ARGBControlBinding |
ARGBControlBinding.create(GstObject object,
String propertyName,
ControlSource controlSourceA,
ControlSource controlSourceR,
ControlSource controlSourceG,
ControlSource controlSourceB)
Create a new control-binding that attaches the given
ControlSource to the GObject property. |
static DirectControlBinding |
DirectControlBinding.createAbsolute(GstObject object,
String propertyName,
ControlSource controlSource)
Create a new control-binding that attaches the
ControlSource to
the GObject property. |
Copyright © 2021 gstreamer-java. All rights reserved.