Cta608Format type
CTA-608 format (note this may be embedded in 708 according to output container)
Signature:
export type Cta608Format = {
    kind: '608';
    style?: 'pop-on' | 'roll-up';
    lines?: number;
};CTA-608 format (note this may be embedded in 708 according to output container)
Signature:
export type Cta608Format = {
    kind: '608';
    style?: 'pop-on' | 'roll-up';
    lines?: number;
};