Segment.isEqual

Checks for two segments being equal. Equality here is defined as perfect equality, including floating point values.

class Segment
bool
isEqual

Parameters

s1 Segment

a gstreamer.Segment structure.

Return Value

Type: bool

TRUE if the segments are equal, FALSE otherwise.

Meta