Timeline.clear_mark_in_out# Timeline.clear_mark_in_out(mark_type: str = 'all') → bool[source]# Clears mark in/out points from the timeline. Parameters: mark_type (str, optional) – Type of marks to clear - “video”, “audio” or “all”. Defaults to “all”. Returns: True if successful, False otherwise Return type: bool