steal_body


Description:

[ CCode ( cname = "gst_rtsp_message_steal_body" ) ]
public Result steal_body (out uint8[] data)

Take the body of this and store it in data and data.length.

After this method, the body and size of this will be set to null and 0 respectively.

Parameters:

this

a Message

data

location for the data

size

location for the size of data

Returns:

OK.