MythTV  master
Macros | Variables
hlsstreamhandler.cpp File Reference
#include <chrono>
#include <thread>
#include "hlsstreamhandler.h"
#include "libmythbase/mythlogging.h"
#include "recorders/HLS/HLSReader.h"
Include dependency graph for hlsstreamhandler.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("HLSSH[%1](%2): ").arg(m_inputId).arg(m_device)
 -*- Mode: c++ -*- HLSStreamHandler Copyright (c) 2013 Bubblestuff Pty Ltd based on IPTVStreamHandler Distributed as part of MythTV under GPL v2 and later. More...
 

Variables

static constexpr qint64 TS_SIZE { 188 }
 
static constexpr qint64 BUFFER_SIZE { 512 * TS_SIZE }
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("HLSSH[%1](%2): ").arg(m_inputId).arg(m_device)

-*- Mode: c++ -*- HLSStreamHandler Copyright (c) 2013 Bubblestuff Pty Ltd based on IPTVStreamHandler Distributed as part of MythTV under GPL v2 and later.

Definition at line 16 of file hlsstreamhandler.cpp.

Variable Documentation

◆ TS_SIZE

constexpr qint64 TS_SIZE { 188 }
staticconstexpr

◆ BUFFER_SIZE

constexpr qint64 BUFFER_SIZE { 512 * TS_SIZE }
staticconstexpr