RTCPPacket.sdesCopyEntry

bool sdesCopyEntry(out gstrtp.types.RTCPSDESType type, out ubyte[] data)

This function is like gstrtp.rtcppacket.RTCPPacket.sdesGetEntry but it returns a null-terminated copy of the data instead. use glib.global.gfree after usage.

Parameters

typeresult of the entry type
dataresult entry data

Returns

true if there was valid data.