RTCPBuffer.validateData

bool validateData(ubyte[] data)

Check if the data and size point to the data of a valid compound, non-reduced size RTCP packet. Use this function to validate a packet before using the other functions in this module.

Parameters

datathe data to validate

Returns

TRUE if the data points to a valid RTCP packet.