QtlMovie 1.12 (A specialized FFmpeg front-end)
QtsCrc32.h File Reference

Declare the class QtsCrc32. More...

Classes

class  QtsCrc32
 Cyclic Redundancy Check as used in MPEG sections. More...
 

Functions

bool operator!= (quint32 c1, const QtsCrc32 &c2)
 Difference operator. More...
 
bool operator== (quint32 c1, const QtsCrc32 &c2)
 Comparison operator. More...
 

Detailed Description

Declare the class QtsCrc32.

Qts, the Qt MPEG Transport Stream library.

Function Documentation

◆ operator==()

bool operator== ( quint32  c1,
const QtsCrc32 c2 
)
inline

Comparison operator.

Reversed form of operator which is not a member function.

Parameters
[in]c1An integer CRC32 to compare.
[in]c2An instance of QtsCrc32 to compare.
Returns
True if both CRC32 are identical.

◆ operator!=()

bool operator!= ( quint32  c1,
const QtsCrc32 c2 
)
inline

Difference operator.

Reversed form of operator which is not a member function.

Parameters
[in]c1An integer CRC32 to compare.
[in]c2An instance of QtsCrc32 to compare.
Returns
True if CRC32 are different.