Moved getMainSelectedTrack to InOutBase class
This commit is contained in:
parent
7c1a6fe7ce
commit
363df9aacf
4 changed files with 15 additions and 15 deletions
1
src/io.h
1
src/io.h
|
@ -70,6 +70,7 @@ namespace Mist {
|
|||
void bufferFinalize(unsigned long tid);
|
||||
void bufferRemove(unsigned long tid, unsigned long pageNumber);
|
||||
virtual void bufferLivePacket(const DTSC::Packet & packet);
|
||||
long unsigned int getMainSelectedTrack();
|
||||
protected:
|
||||
void continueNegotiate(unsigned long tid, bool quickNegotiate = false);
|
||||
void continueNegotiate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue