Structs§
- Buffer
- Buffer
Set - Buffer
SetFactory - Bytes
Validator - Validates that an output’s data exactly matches an expected hash, including oob_bytes
- Elementary
Stream Chunk - Expected
Digest - Fatal
Error - Format
Validator - Validates that an output’s format matches expected
- Output
Data Size Validator - Validates that the output contains the expected number of bytes.
- Output
Packet - An output packet from the stream.
- Output
Packet Count Validator - Validates that the output contains the expected number of packets.
- Rmse
Validator - Validates that the RMSE of output data and the expected data falls within an acceptable range.
- Stream
- Stream
Options - Stream
Runner - Runs elementary streams through a stream processor.
- Terminates
With Validator - Validates that a stream terminates with Eos.
- Test
Case - A test cases describes a sequence of elementary stream chunks that should be fed into a codec server, and a set of validators to check the output. To pass, all validations must pass for all output from the stream.
- Test
Spec - A test spec describes all the cases that will run and the circumstances in which they will run.
- Timestamped
Stream - Wraps an elementary stream and adds sequential dummy timestamps to its chunks.
- Valid
Stream Output Format
Enums§
- Audio
Significance - Buffer
SetType - Case
Relation - A case relation describes the temporal relationship between two test cases.
- Error
- Ordinal
Pattern - The pattern to use when advancing ordinals.
- Output
- Output represents any output from a stream we might want to validate programmatically.
- Output
Size - Significance
- Stream
Control Flow - Stream
Output Format Missing Field Error - Missing fields in
StreamOutputFormat
. - Stream
Output Format Validation Error - Errors validating
StreamOutputFormat
. - Video
Significance
Traits§
- Elementary
Stream - Output
Validator - Checks all output packets, which are provided to the validator in the order in which they were received from the stream processor.
- Stream
Processor Factory
Functions§
- buffer_
collection_ constraints_ default - buffer_
memory_ constraints_ default - calculate_
rmse - get_
ordinal - image_
format_ constraints_ default - output_
packets - Returns all the packets in the output with preserved order.
- with_
large_ stack