gstreamermm  0.10.11
Public Member Functions | Static Public Member Functions
Gst::EventLatency Class Reference

A latency event. More...

Inheritance diagram for Gst::EventLatency:
Inheritance graph
[legend]
Collaboration diagram for Gst::EventLatency:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 EventLatency (GstEvent* event)
ClockTime parse () const
 Get the latency in the latency event.

Static Public Member Functions

static Glib::RefPtr
< Gst::EventLatency
create (ClockTime latency)
 Create a new latency event.

Detailed Description

A latency event.

See create() for more details.


Constructor & Destructor Documentation

Gst::EventLatency::EventLatency ( GstEvent *  event) [explicit]

Member Function Documentation

Create a new latency event.

The event is sent upstream from the sinks and notifies elements that they should add an additional latency to the timestamps before synchronising against the clock.

The latency is mostly used in live sinks and is always expressed in the time format.

Parameters:
latencyThe new latency value.
Returns:
A new Gst::EventLatency.

Since 0.10.12.

Get the latency in the latency event.

Returns:
The latency.

The documentation for this class was generated from the following file: