Marker


Description:

[ CCode ( has_construct_function = false ) ]
public Marker (MarkerType marker_type, string? title, double start, double end)

Creates a new Marker with given params.

It is considered a programmer error trying to set an ending point that is before the starting one. If end is unknown or not defined a special [const@Clapper.MARKER_NO_END] value should be used.

Parameters:

marker_type

a MarkerType

title

title of the marker

start

a start position of the marker

end

an end position of the marker or [const@Clapper.MARKER_NO_END] if none

Returns:

a new Marker.