Bitmovin Player React Native SDK - v1.25.0
    Preparing search index...

    Interface Cea608CuePosition

    CEA-608 grid position.

    Separate from layout, which describes cue-box geometry in the shared JS shape.

    iOS, tvOS

    interface Cea608CuePosition {
        columnIndex: number;
        columns: 32;
        rowIndex: number;
        rows: 15;
    }
    Index

    Properties

    columnIndex: number

    Zero-based column index in the CEA-608 grid.

    Valid values are 0 through columns - 1.

    columns: 32

    Total column count in the CEA-608 grid.

    rowIndex: number

    Zero-based row index in the CEA-608 grid.

    Valid values are 0 through rows - 1.

    rows: 15

    Total row count in the CEA-608 grid.