remove_at method

remove_at

Removes the closed captions at the specified index.

def remove_at(self, index):
    ...
ParameterTypeDescription
indexintThe index of the closed captions to remove.

See Also