Timeline.get_is_track_enabled#

Timeline.get_is_track_enabled(track_type, track_index) bool[source]#
Parameters:
  • track_type (_type_) – trackType is one of {“audio”, “video”, “subtitle”}

  • track_index (_type_) – 1 <= trackIndex <= GetTrackCount(trackType).

Returns:

Returns True if track with given trackType and trackIndex is enabled and False otherwise.

Return type:

bool