JRTPLIB  3.11.1
Public Member Functions | List of all members
jrtplib::RTPTCPTransmissionParams Class Reference

Parameters for the TCP transmitter. More...

#include <rtptcptransmitter.h>

Inheritance diagram for jrtplib::RTPTCPTransmissionParams:
Inheritance graph
[legend]
Collaboration diagram for jrtplib::RTPTCPTransmissionParams:
Collaboration graph
[legend]

Public Member Functions

void SetCreatedAbortDescriptors (RTPAbortDescriptors *desc)
 If non null, the specified abort descriptors will be used to cancel the function that's waiting for packets to arrive; set to null (the default) to let the transmitter create its own instance. More...
 
RTPAbortDescriptorsGetCreatedAbortDescriptors () const
 If non-null, this RTPAbortDescriptors instance will be used internally, which can be useful when creating your own poll thread for multiple sessions. More...
 
- Public Member Functions inherited from jrtplib::RTPTransmissionParams
RTPTransmitter::TransmissionProtocol GetTransmissionProtocol () const
 Returns the transmitter type for which these parameters are valid. More...
 

Detailed Description

Member Function Documentation

RTPAbortDescriptors* jrtplib::RTPTCPTransmissionParams::GetCreatedAbortDescriptors ( ) const
inline
void jrtplib::RTPTCPTransmissionParams::SetCreatedAbortDescriptors ( RTPAbortDescriptors desc)
inline

The documentation for this class was generated from the following file: