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
type | result of the entry type |
data | result entry data |
Returns
true if there was valid data.