Package | com.adobe.mediacore.utils.scte35 |
Class | public class SCTE35DecoderTest |
Inheritance | SCTE35DecoderTest ![]() |
Method | Defined By | ||
---|---|---|---|
testBadPrivateIdentifier():void
Check for exception when the cue contains an invalid private indicator. | SCTE35DecoderTest | ||
testBadProtocolVersion():void
Check for exception when the cue contains an invalid version protocol. | SCTE35DecoderTest | ||
testBadSectionLength():void
Check for exception when the cue contains an invalid length. | SCTE35DecoderTest | ||
testBadSectionSytaxIndicator():void
Check for exception when the cue contains an invalid section syntax indicator. | SCTE35DecoderTest | ||
testBadTableIdentifier():void
Check for exception when the cue contains an invalid table identifier. | SCTE35DecoderTest | ||
Checks valid bandwidth_reservation command. | SCTE35DecoderTest | ||
testEncryptedNotSupported():void
Check for exception when the cue is encrypted. | SCTE35DecoderTest | ||
testInvalidSpliceCommand():void
Check for exception when the cue contains an invalid splice command. | SCTE35DecoderTest | ||
testSpliceNullCommand():void
Checks valid splice_null command without any splice descriptors. | SCTE35DecoderTest | ||
testTimeSignalCommand():void
Checks valid time_signal command with a specific time and with splice descriptors. | SCTE35DecoderTest | ||
Checks valid time_signal command without a specific time and without splice descriptors. | SCTE35DecoderTest | ||
Checks valid time_signal command with a specific time and without splice descriptors. | SCTE35DecoderTest |
testBadPrivateIdentifier | () | method |
public function testBadPrivateIdentifier():void
Check for exception when the cue contains an invalid private indicator.
testBadProtocolVersion | () | method |
public function testBadProtocolVersion():void
Check for exception when the cue contains an invalid version protocol.
testBadSectionLength | () | method |
public function testBadSectionLength():void
Check for exception when the cue contains an invalid length.
testBadSectionSytaxIndicator | () | method |
public function testBadSectionSytaxIndicator():void
Check for exception when the cue contains an invalid section syntax indicator.
testBadTableIdentifier | () | method |
public function testBadTableIdentifier():void
Check for exception when the cue contains an invalid table identifier.
testBandwidthReservationCommand | () | method |
public function testBandwidthReservationCommand():void
Checks valid bandwidth_reservation command.
testEncryptedNotSupported | () | method |
public function testEncryptedNotSupported():void
Check for exception when the cue is encrypted.
testInvalidSpliceCommand | () | method |
public function testInvalidSpliceCommand():void
Check for exception when the cue contains an invalid splice command.
testSpliceNullCommand | () | method |
public function testSpliceNullCommand():void
Checks valid splice_null command without any splice descriptors.
testTimeSignalCommand | () | method |
public function testTimeSignalCommand():void
Checks valid time_signal command with a specific time and with splice descriptors.
testTimeSignalCommandWithoutSpecifiedTime | () | method |
public function testTimeSignalCommandWithoutSpecifiedTime():void
Checks valid time_signal command without a specific time and without splice descriptors.
testTimeSignalCommandWithSpecifiedTime | () | method |
public function testTimeSignalCommandWithSpecifiedTime():void
Checks valid time_signal command with a specific time and without splice descriptors.