qrtplib: new RTPUDPTransmitter

This commit is contained in:
f4exb
2018-03-05 01:17:19 +01:00
parent 503c6093b9
commit afe3fbabd3
14 changed files with 835 additions and 734 deletions
+5
View File
@@ -77,4 +77,9 @@ bool RTPAddress::IsFromSameHost(const RTPAddress *addr) const
return addr->address == address;
}
bool RTPAddress::operator==(const RTPAddress& otherAddress)
{
return IsSameAddress(&otherAddress);
}
} // namespace