mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Pithy print the address change
This commit is contained in:
parent
a035d312f9
commit
5f7d1e2c5b
4 changed files with 20 additions and 8 deletions
|
@ -77,6 +77,8 @@ public:
|
|||
public:
|
||||
// Whether specified stage is ready for print.
|
||||
bool can_print(srs_error_t err);
|
||||
// We also support int error code.
|
||||
bool can_print(int err);
|
||||
};
|
||||
|
||||
// The stage is used for a collection of object to do print,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue