| Package | com.adobe.mediacore.utils.scte35 |
| Class | public class SCTE35DecoderTest |
| Inheritance | SCTE35DecoderTest Object |
| 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():voidCheck for exception when the cue contains an invalid private indicator.
| testBadProtocolVersion | () | method |
public function testBadProtocolVersion():voidCheck for exception when the cue contains an invalid version protocol.
| testBadSectionLength | () | method |
public function testBadSectionLength():voidCheck for exception when the cue contains an invalid length.
| testBadSectionSytaxIndicator | () | method |
public function testBadSectionSytaxIndicator():voidCheck for exception when the cue contains an invalid section syntax indicator.
| testBadTableIdentifier | () | method |
public function testBadTableIdentifier():voidCheck for exception when the cue contains an invalid table identifier.
| testBandwidthReservationCommand | () | method |
public function testBandwidthReservationCommand():voidChecks valid bandwidth_reservation command.
| testEncryptedNotSupported | () | method |
public function testEncryptedNotSupported():voidCheck for exception when the cue is encrypted.
| testInvalidSpliceCommand | () | method |
public function testInvalidSpliceCommand():voidCheck for exception when the cue contains an invalid splice command.
| testSpliceNullCommand | () | method |
public function testSpliceNullCommand():voidChecks valid splice_null command without any splice descriptors.
| testTimeSignalCommand | () | method |
public function testTimeSignalCommand():voidChecks valid time_signal command with a specific time and with splice descriptors.
| testTimeSignalCommandWithoutSpecifiedTime | () | method |
public function testTimeSignalCommandWithoutSpecifiedTime():voidChecks valid time_signal command without a specific time and without splice descriptors.
| testTimeSignalCommandWithSpecifiedTime | () | method |
public function testTimeSignalCommandWithSpecifiedTime():voidChecks valid time_signal command with a specific time and without splice descriptors.