RemoveAt

ICaptionsCollection.RemoveAt method

Removes the closed captions at the specified index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The index of the closed captions to remove.

See Also