data class CeaPosition(val row: Int, val column: Int)
Cea-608 positions the subtitles on a grid of 15 character rows times 32 columns.
| |
|---|
| CeaPosition | constructor(row: Int, column: Int) |
| Name | Summary |
|---|
| column | val column: Int Index of the column ranging from 1 to 32. |
| row | val row: Int Index of the row ranging from 1 to 15. |