TSDuck v3.38-3699
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::AbstractDescrambler::CWData Class Reference

Description of a control word. More...

#include <tsAbstractDescrambler.h>

Collaboration diagram for ts::AbstractDescrambler::CWData:

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.
 

Detailed Description

Description of a control word.

Constructor & Destructor Documentation

◆ CWData()

ts::AbstractDescrambler::CWData::CWData ( uint8_t  mode = SCRAMBLING_DVB_CSA2)
inline

Constructor.

Parameters
[in]modeScrambling mode.

The documentation for this class was generated from the following file: