Event.this

Allocate a new newsegment event with the given format/values tripplets This method calls gst_event_new_new_segment_full() passing a default value of 1.0 for applied_rate

Parameters

update int

is this segment an update to a previous one

rate double

a new rate for playback

format GstFormat

The format of the segment values

start long

the start value of the segment

stop long

the stop value of the segment

position long

stream position

Throws

ConstructionException GTK+ fails to create the object.

Meta