37 #ifndef RTPABORTDESCRIPTORS_H
39 #define RTPABORTDESCRIPTORS_H
41 #include "rtpconfig.h"
98 SocketType m_descriptors[2];
Helper class for several RTPTransmitter instances, to be able to cancel a call to 'select',...
Definition: rtpabortdescriptors.h:65
void Destroy()
De-initializes this instance.
int SendAbortSignal()
Send a signal to the socket that's returned by RTPAbortDescriptors::GetAbortSocket,...
SocketType GetAbortSocket() const
Returns the socket descriptor that can be included in a call to 'select' (for example).
Definition: rtpabortdescriptors.h:76
int ReadSignallingByte()
For each RTPAbortDescriptors::SendAbortSignal function that's called, a call to this function can be ...
bool IsInitialized() const
Returns a flag indicating if this instance was initialized.
Definition: rtpabortdescriptors.h:79
int ClearAbortSignal()
Similar to ReadSignallingByte::ReadSignallingByte, this function clears the signalling state,...
int Init()
Initializes this instance.