Keyword

public struct Keyword : XMLRepresentable

Undocumented

  • The start time of the keyword.

    Declaration

    Swift

    public var start: CMTime?
  • The duration of the keyword.

    Declaration

    Swift

    public var duration: CMTime?
  • The value of the keyword.

    Declaration

    Swift

    public var value: String
  • A note about the keyword.

    Declaration

    Swift

    public var note: String?
  • Initializes a new keyword.

    Declaration

    Swift

    public init(start: CMTime? = nil, duration: CMTime? = nil, value: String)

    Parameters

    start

    The start time of the keyword.

    duration

    The duration of the keyword.

    value

    The value of the keyword.