Timeline.set_track_enable# Timeline.set_track_enable(track_type: TrackType, track_index: int, is_enable: bool) → bool[source]# Enables/Disables track with given trackType and trackIndex Parameters: track_type (TrackType) – trackType is one of {“audio”, “video”, “subtitle”} track_index (int) – 1 <= trackIndex < GetTrackCount(trackType). is_enable (bool) – enable state Returns: True if successful, False otherwise. Return type: bool