URIReader support for TS input
This commit is contained in:
parent
1df76eff16
commit
f29d48154f
4 changed files with 191 additions and 173 deletions
|
|
@ -112,7 +112,8 @@ namespace TS{
|
|||
|
||||
class Assembler{
|
||||
public:
|
||||
bool assemble(Stream & TSStrm, char * ptr, size_t len, bool parse = false);
|
||||
bool assemble(Stream & TSStrm, const char * ptr, size_t len, bool parse = false, uint64_t bytePos = 0);
|
||||
void clear();
|
||||
private:
|
||||
Util::ResizeablePointer leftData;
|
||||
TS::Packet tsBuf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue