mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
librtmp: create socket
This commit is contained in:
parent
f8335e2c1f
commit
feaf0c5e89
2 changed files with 29 additions and 3 deletions
|
@ -33,10 +33,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
*/
|
||||
class SimpleSocketStream
|
||||
{
|
||||
private:
|
||||
int fd;
|
||||
public:
|
||||
SimpleSocketStream(int fd);
|
||||
SimpleSocketStream();
|
||||
virtual ~SimpleSocketStream();
|
||||
public:
|
||||
virtual int create_socket();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue