MythTV  master
Public Member Functions | Public Attributes | List of all members
CryptInfo Class Reference

#include <libmythtv/mpeg/mpegstreamdata.h>

Collaboration diagram for CryptInfo:
[legend]

Public Member Functions

 CryptInfo ()=default
 
 CryptInfo (uint e, uint d)
 

Public Attributes

CryptStatus m_status {kEncUnknown}
 
uint m_encryptedPackets {0}
 
uint m_decryptedPackets {0}
 
uint m_encryptedMin {1000}
 
uint m_decryptedMin {8}
 

Detailed Description

Definition at line 62 of file mpegstreamdata.h.

Constructor & Destructor Documentation

◆ CryptInfo() [1/2]

CryptInfo::CryptInfo ( )
default

◆ CryptInfo() [2/2]

CryptInfo::CryptInfo ( uint  e,
uint  d 
)
inline

Definition at line 66 of file mpegstreamdata.h.

Member Data Documentation

◆ m_status

CryptStatus CryptInfo::m_status {kEncUnknown}

Definition at line 69 of file mpegstreamdata.h.

◆ m_encryptedPackets

uint CryptInfo::m_encryptedPackets {0}

Definition at line 70 of file mpegstreamdata.h.

◆ m_decryptedPackets

uint CryptInfo::m_decryptedPackets {0}

Definition at line 71 of file mpegstreamdata.h.

◆ m_encryptedMin

uint CryptInfo::m_encryptedMin {1000}

Definition at line 72 of file mpegstreamdata.h.

◆ m_decryptedMin

uint CryptInfo::m_decryptedMin {8}

Definition at line 73 of file mpegstreamdata.h.


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