RTSPMessage.stealBody

gstrtsp.types.RTSPResult stealBody(out ubyte[] data)

Take the body of msg and store it in data and size. After this method, the body and size of msg will be set to null and 0 respectively.

Parameters

datalocation for the data

Returns

#GST_RTSP_OK.