mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Refine code, remove pass_timestamp from SrsSource
This commit is contained in:
parent
d434dc951d
commit
d2e5cd7bb7
5 changed files with 17 additions and 81 deletions
|
@ -62,12 +62,6 @@ public:
|
|||
SrsRtcConsumer(SrsRtcSource* s, SrsConnection* c);
|
||||
virtual ~SrsRtcConsumer();
|
||||
public:
|
||||
// Use pass timestamp mode.
|
||||
// TODO: FIXME: Remove it.
|
||||
void enable_pass_timestamp();
|
||||
// Set the size of queue.
|
||||
// TODO: FIXME: Remove it.
|
||||
virtual void set_queue_size(srs_utime_t queue_size);
|
||||
// when source id changed, notice client to print.
|
||||
virtual void update_source_id();
|
||||
// Enqueue an shared ptr message.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue