JWCueType
public enum JWCueType : String
extension JWCueType: CustomStringConvertible
Constants defining the types of cues.
-
Used when the cue type is unknown
Declaration
Swift
case unknown -
Used when defined by an ad plugin.
Declaration
Swift
case ads -
Used when the cues are chapters
Declaration
Swift
case chapters -
Declaration
Swift
public var description: String { get }