mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
rtp: missing changes in include/
This commit is contained in:
parent
864cbdf375
commit
c7b7e6017c
1 changed files with 14 additions and 0 deletions
|
@ -147,6 +147,20 @@ public:
|
|||
|
||||
virtual void setRate(double rate, double maxRate = -1) = 0;
|
||||
|
||||
void parse()
|
||||
{
|
||||
assert(state == STATE_INITIALIZED);
|
||||
|
||||
state = STATE_PARSED;
|
||||
}
|
||||
|
||||
void init()
|
||||
{
|
||||
parse();
|
||||
check();
|
||||
prepare();
|
||||
start();
|
||||
}
|
||||
};
|
||||
|
||||
class HookFactory : public plugin::Plugin {
|
||||
|
|
Loading…
Add table
Reference in a new issue