Event.parseNewSegmentFull

Get the update, rate, applied_rate, format, start, stop and position in the newsegment event. See gst_event_new_new_segment_full() for a full description of the newsegment event.

class Event
void
parseNewSegmentFull
(
ref int update
,
ref double rate
,
ref double appliedRate
,,
out long start
,
out long stop
,
out long position
)

Parameters

update int

A pointer to the update flag of the segment

rate double

A pointer to the rate of the segment

appliedRate double

A pointer to the applied_rate of the segment

format GstFormat

A pointer to the format of the newsegment values

start long

A pointer to store the start value in

stop long

A pointer to store the stop value in

position long

A pointer to store the stream time in Since 0.10.6

Meta