MythTV master
Classes | Typedefs | Variables
HLSStream.h File Reference
#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"
Include dependency graph for HLSStream.h:
This graph shows which files directly or indirectly include this file:

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 }
 

Typedef Documentation

◆ HLS_AES_KEY

Definition at line 23 of file HLSStream.h.

Variable Documentation

◆ AES128_KEY_SIZE

constexpr uint8_t AES128_KEY_SIZE { 16 }
staticconstexpr

Definition at line 19 of file HLSStream.h.