CuePosition

@objcMembers
@objc(BMPCuePosition)
public class CuePosition : NSObject

Positioning information for CEA captions

  • Index of the column ranging from 0 to 31

    Declaration

    Swift

    public let column: Int
  • row

    Index of the row ranging from 0 to 14

    Declaration

    Swift

    public let row: Int
  • Declaration

    Swift

    public init(column: Int, row: Int)

    Parameters

    column

    Index of the column ranging from 0 to 31

    row

    Index of the row ranging from 0 to 14

    Return Value

    A new cue position