isOfType

open fun isOfType(captionsTypes: Array<CaptionType>): Boolean

Checks if this caption format's type matches any of the specified caption types.

Return

true if this caption format's type matches any of the provided types, false otherwise

Parameters

captionsTypes

the caption types to check against