Skip to content

scte35.Class.SCTE35

github-actions[bot] edited this page May 21, 2026 · 2 revisions

scte35 / scte35 / SCTE35

Class: SCTE35

Defined in: scte35.ts:34

Implements

Constructors

Constructor

new SCTE35(): SCTE35

Returns

SCTE35

Methods

parseFromB64()

parseFromB64(b64): ISpliceInfoSection

Defined in: scte35.ts:45

Parses SCTE35 data from a base64 encoded string

Parameters

b64

string

{string}

Returns

ISpliceInfoSection

Implementation of

ISCTE35.parseFromB64


parseFromHex()

parseFromHex(hex): ISpliceInfoSection

Defined in: scte35.ts:58

Parses SCTE35 data from a hexadecimal encoded string

Parameters

hex

string

{string}

Returns

ISpliceInfoSection

Implementation of

ISCTE35.parseFromHex

Clone this wiki locally