UNPKG

@svta/common-media-library

Version:
12 lines 383 B
/** * Extract CTA-608 data from a DataView * * @param raw - The DataView to extract the data from * @param cta608Range - The range of the CTA-608 data * @returns The extracted CTA-608 data * * @group CTA-608 * @beta */ export declare function extractCta608Data(raw: DataView, cta608Range: Array<number>): Array<Array<number>>; //# sourceMappingURL=extractCta608Data.d.ts.map