textCombine(at:)
Returns the text combine at the index position.
Declaration
@nonobjc func textCombine(at index: String.Index) -> (AVCaption.TextCombine, Range<String.Index>)Parameters
- index:
A character position in the caption text.
Return Value
A tuple that contains the text combine color and range to which it applies.