CeaPosition

com.bitmovin.player.api.media.subtitle

CeaPosition

data class CeaPosition(val row: Int, val column: Int)

Cea-608 positions the subtitles on a grid of 15 character rows times 32 columns.

Constructors

CeaPositionconstructor(row: Int, column: Int)

Properties

NameSummary
columnval column: Int
Index of the column ranging from 1 to 32.
rowval row: Int
Index of the row ranging from 1 to 15.