|
MythTV master
|
#include <array>#include <cstdint>#include <QByteArray>#include <QDateTime>#include <QMap>#include <QMutex>#include <QQueue>#include <QString>#include "libmythbase/mythconfig.h"#include "libmythbase/mythchrono.h"#include "libmythbase/mythsingledownload.h"Go to the source code of this file.
Classes | |
| struct | hls_aes_key_st |
| class | HLSRecStream |
Typedefs | |
| using | HLS_AES_KEY = hls_aes_key_st |
Variables | |
| static constexpr uint8_t | AES128_KEY_SIZE { 16 } |
| using HLS_AES_KEY = hls_aes_key_st |
Definition at line 23 of file HLSStream.h.
|
staticconstexpr |
Definition at line 19 of file HLSStream.h.