Added sourceURI to stream metadata structures
This commit is contained in:
parent
8866b299fb
commit
88749d2259
3 changed files with 21 additions and 4 deletions
|
@ -338,6 +338,7 @@ namespace DTSC {
|
|||
uint16_t version;
|
||||
long long int moreheader;
|
||||
long long int bufferWindow;
|
||||
std::string sourceURI;
|
||||
};
|
||||
|
||||
/// An iterator helper for easily iterating over the parts in a Fragment.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue