5G-MAG Reference Tools - MBMS Middleware
Classes | Enumerations
MBMS_RT Namespace Reference

Classes

class  CacheItem
 
class  CachedFile
 
class  CachedSegment
 
class  CachedPlaylist
 
class  CachedManifest
 
class  CacheManagement
 
class  ContentStream
 
class  DashManifest
 
class  HlsMediaPlaylist
 
class  HlsPrimaryPlaylist
 
class  Middleware
 
class  RestHandler
 The RESTful API handler. More...
 
class  RpRestClient
 
class  Service
 
class  ServiceAnnouncement
 

Enumerations

enum class  DeliveryProtocol { HLS , DASH , RTP }
 
enum class  ItemSource { Broadcast , CDN , Generated , Unavailable }
 

Enumeration Type Documentation

◆ DeliveryProtocol

Enumerator
HLS 
DASH 
RTP 

Definition at line 21 of file DeliveryProtocols.h.

21 { HLS, DASH, RTP };
const std::string DASH
Definition: Constants.h:25
const std::string HLS
Definition: Constants.h:24

◆ ItemSource

enum MBMS_RT::ItemSource
strong
Enumerator
Broadcast 
CDN 
Generated 
Unavailable 

Definition at line 21 of file ItemSource.h.