5G-MAG Reference Tools - MBMS Middleware
src
DashManifest.h
Go to the documentation of this file.
1
// 5G-MAG Reference Tools
2
// MBMS Middleware Process
3
//
4
// Copyright (C) 2021 Daniel Silhavy (Fraunhofer FOKUS)
5
//
6
// Licensed under the License terms and conditions for use, reproduction, and
7
// distribution of 5G-MAG software (the “License”). You may not use this file
8
// except in compliance with the License. You may obtain a copy of the License at
9
// https://www.5g-mag.com/reference-tools. Unless required by applicable law or
10
// agreed to in writing, software distributed under the License is distributed on
11
// an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12
// or implied.
13
//
14
// See the License for the specific language governing permissions and limitations
15
// under the License.
16
//
17
18
19
#ifndef MW_DASHMANIFEST_H
20
#define MW_DASHMANIFEST_H
21
22
#include <string>
23
24
namespace
MBMS_RT
{
25
class
DashManifest
{
26
public
:
27
DashManifest
(std::string
content
, std::string
base_path
);
28
29
DashManifest
() =
default
;
30
31
~DashManifest
() =
default
;
32
33
std::string
content
;
34
std::string
base_path
;
35
};
36
}
37
38
39
#endif
//MW_DASHMANIFEST_H
MBMS_RT::DashManifest
Definition:
DashManifest.h:25
MBMS_RT::DashManifest::base_path
std::string base_path
Definition:
DashManifest.h:34
MBMS_RT::DashManifest::~DashManifest
~DashManifest()=default
MBMS_RT::DashManifest::content
std::string content
Definition:
DashManifest.h:33
MBMS_RT::DashManifest::DashManifest
DashManifest()=default
MBMS_RT
Definition:
CacheItems.h:25
Generated by
1.9.1