5G-MAG Reference Tools - MBMS Middleware
Public Member Functions | Public Attributes | List of all members
MBMS_RT::DashManifest Class Reference

#include <DashManifest.h>

Collaboration diagram for MBMS_RT::DashManifest:
Collaboration graph

Public Member Functions

 DashManifest (std::string content, std::string base_path)
 
 DashManifest ()=default
 
 ~DashManifest ()=default
 

Public Attributes

std::string content
 
std::string base_path
 

Detailed Description

Definition at line 25 of file DashManifest.h.

Constructor & Destructor Documentation

◆ DashManifest() [1/2]

MBMS_RT::DashManifest::DashManifest ( std::string  content,
std::string  base_path 
)

Definition at line 22 of file DashManifest.cpp.

23  : content(std::move(content)), base_path(std::move(base_path)) {}
std::string base_path
Definition: DashManifest.h:34

◆ DashManifest() [2/2]

MBMS_RT::DashManifest::DashManifest ( )
default

◆ ~DashManifest()

MBMS_RT::DashManifest::~DashManifest ( )
default

Member Data Documentation

◆ base_path

std::string MBMS_RT::DashManifest::base_path

Definition at line 34 of file DashManifest.h.

◆ content

std::string MBMS_RT::DashManifest::content

Definition at line 33 of file DashManifest.h.


The documentation for this class was generated from the following files: