mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Rename ISrsProtocolReaderWriter to ISrsProtocolReadWriter
This commit is contained in:
parent
6e75993e7f
commit
16fa4c588a
18 changed files with 60 additions and 60 deletions
|
@ -36,7 +36,7 @@
|
|||
class SrsBuffer;
|
||||
class SrsSimpleStream;
|
||||
class SrsAudioFrame;
|
||||
class ISrsProtocolReaderWriter;
|
||||
class ISrsProtocolReadWriter;
|
||||
|
||||
// rtsp specification
|
||||
// CR = <US-ASCII CR, carriage return (13)>
|
||||
|
@ -657,9 +657,9 @@ private:
|
|||
/**
|
||||
* underlayer socket object, send/recv bytes.
|
||||
*/
|
||||
ISrsProtocolReaderWriter* skt;
|
||||
ISrsProtocolReadWriter* skt;
|
||||
public:
|
||||
SrsRtspStack(ISrsProtocolReaderWriter* s);
|
||||
SrsRtspStack(ISrsProtocolReadWriter* s);
|
||||
virtual ~SrsRtspStack();
|
||||
public:
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue