RTSPMessage.stealBody

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.

class RTSPMessage
stealBody
(
out ubyte[] data
)

Parameters

data ubyte[]

location for the data

Return Value

Type: gstrtsp.types.RTSPResult

#GST_RTSP_OK.