mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the protocol io reader writer arch.
This commit is contained in:
parent
b0e4dc8085
commit
46c1367fe8
2 changed files with 78 additions and 10 deletions
|
|
@ -23,6 +23,22 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
#include <srs_protocol_io.hpp>
|
||||
|
||||
ISrsBufferWriter::ISrsBufferWriter()
|
||||
{
|
||||
}
|
||||
|
||||
ISrsBufferWriter::~ISrsBufferWriter()
|
||||
{
|
||||
}
|
||||
|
||||
ISrsProtocolStatistic::ISrsProtocolStatistic()
|
||||
{
|
||||
}
|
||||
|
||||
ISrsProtocolStatistic::~ISrsProtocolStatistic()
|
||||
{
|
||||
}
|
||||
|
||||
ISrsProtocolReader::ISrsProtocolReader()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue