Timeline.get_is_track_locked#

Timeline.get_is_track_locked(track_type: TrackType, track_index: int) bool[source]#

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

Parameters:
  • track_type (TrackType) – trackType is one of {“audio”, “video”, “subtitle”}

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

Returns:

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

Return type:

bool