Timeline.get_mark_in_out# Timeline.get_mark_in_out() → dict[source]# Gets the in/out marks set on the timeline. Returns: Dictionary containing video/audio in/out marks. Example: {‘video’: {‘in’: 0, ‘out’: 134}, ‘audio’: {‘in’: 0, ‘out’: 134} } Keys are omitted if marks are not set. Return type: dict