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 -
Index of the row ranging from 0 to 14
Declaration
Swift
public let row: Int -
Declaration
Swift
public init(column: Int, row: Int)Parameters
columnIndex of the column ranging from 0 to 31
rowIndex of the row ranging from 0 to 14
Return Value
A new cue position
CuePosition Class Reference