Event.parseNewSegment

Get the update flag, rate, format, start, stop and position in the newsegment event. In general, gst_event_parse_new_segment_full() should be used instead of this, to also retrieve the applied_rate value of the segment. See gst_event_new_new_segment_full() for a full description of the newsegment event.

class Event
void
parseNewSegment
(
ref int update
,
ref double rate
,,
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

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

Meta