Package | com.adobe.mediacore.utils.scte35 |
Class | public final class SCTE35Decoder |
Inheritance | SCTE35Decoder ![]() |
Method | Defined By | ||
---|---|---|---|
decode(byteArray:ByteArray):SpliceInfo [static]
Decodes a SpliceInfo object from a byte array. | SCTE35Decoder |
decode | () | method |
public static function decode(byteArray:ByteArray):SpliceInfo
Decodes a SpliceInfo object from a byte array.
Parameters
byteArray:ByteArray — The byte array containing the SCTE 35 message.
|
SpliceInfo — a valid SpliceInfo object.
|
an — ArgumentError if a splice information object can't be
decoded from the specified byte array.
|