MistServer
2.5.3-Pro-19-gf5e75b1 ( Generic_64)
|
Structure used to keep track of selected tracks. More...
#include <output_rtsp.h>
Public Member Functions | |
trackmeta () | |
Data Fields | |
int | channel |
Socket::UDPConnection | data |
bool | initSent |
True if sending over UDP, false otherwise. More... | |
Socket::UDPConnection | rtcp |
long long | rtcpSent |
The RTP packet instance used for this track. More... | |
RTP::Packet | rtpPacket |
bool | UDP |
Channel number, used in TCP sending. More... | |
Structure used to keep track of selected tracks.
|
inline |
int Mist::trackmeta::channel |
Socket::UDPConnection Mist::trackmeta::data |
bool Mist::trackmeta::initSent |
True if sending over UDP, false otherwise.
Socket::UDPConnection Mist::trackmeta::rtcp |
long long Mist::trackmeta::rtcpSent |
The RTP packet instance used for this track.
RTP::Packet Mist::trackmeta::rtpPacket |
bool Mist::trackmeta::UDP |
Channel number, used in TCP sending.