Packagecom.adobe.mediacore.utils.scte35
Classpublic class SCTE35DecoderTest
InheritanceSCTE35DecoderTest Inheritance Object

Test class for splice info parser.



Public Methods
 MethodDefined By
  
Check for exception when the cue contains an invalid private indicator.
SCTE35DecoderTest
  
Check for exception when the cue contains an invalid version protocol.
SCTE35DecoderTest
  
Check for exception when the cue contains an invalid length.
SCTE35DecoderTest
  
Check for exception when the cue contains an invalid section syntax indicator.
SCTE35DecoderTest
  
Check for exception when the cue contains an invalid table identifier.
SCTE35DecoderTest
  
Checks valid bandwidth_reservation command.
SCTE35DecoderTest
  
Check for exception when the cue is encrypted.
SCTE35DecoderTest
  
Check for exception when the cue contains an invalid splice command.
SCTE35DecoderTest
  
Checks valid splice_null command without any splice descriptors.
SCTE35DecoderTest
  
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
Method Detail
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.