MythTV  master
Classes | Enumerations
httplivestream.h File Reference
#include <QString>
#include "libmythservicecontracts/datacontracts/liveStreamInfoList.h"
#include "libmythtv/mythframe.h"
Include dependency graph for httplivestream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HTTPLiveStream
 

Enumerations

enum  HTTPLiveStreamStatus {
  kHLSStatusUndefined = -1, kHLSStatusQueued = 0, kHLSStatusStarting = 1, kHLSStatusRunning = 2,
  kHLSStatusCompleted = 3, kHLSStatusErrored = 4, kHLSStatusStopping = 5, kHLSStatusStopped = 6
}
 

Enumeration Type Documentation

◆ HTTPLiveStreamStatus

Enumerator
kHLSStatusUndefined 
kHLSStatusQueued 
kHLSStatusStarting 
kHLSStatusRunning 
kHLSStatusCompleted 
kHLSStatusErrored 
kHLSStatusStopping 
kHLSStatusStopped 

Definition at line 10 of file httplivestream.h.