public static final class ControlSource.TimedValue extends Object
Equivalent to GstTimedValue.
| Constructor and Description |
|---|
TimedValue(long timestamp,
double value)
Create a TimedValue wrapping the timestamp (see
ClockTime)
and corresponding value. |
public TimedValue(long timestamp,
double value)
ClockTime)
and corresponding value.timestamp - the timestamp (GstClockTime) of the value changevalue - the corresponding valueCopyright © 2021 gstreamer-java. All rights reserved.