TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Description of a control word. More...
#include <tsAbstractDescrambler.h>
Public Member Functions | |
CWData (uint8_t mode=SCRAMBLING_DVB_CSA2) | |
Constructor. | |
Public Attributes | |
ByteBlock | cw {} |
Control word, typically 8 or 16 bytes. | |
ByteBlock | iv {} |
Initialization vector, typically empty or 16 bytes. | |
uint8_t | scrambling |
Scrambling mode, as defined in scrambling_descriptor. | |
Description of a control word.
|
inline |
Constructor.
[in] | mode | Scrambling mode. |