RTSPMessage.getBody

Get the body of msg. data remains valid for as long as msg is valid and unchanged.

If the message body was set as a #GstBuffer before this will cause the data to be copied and stored in the message. The #GstBuffer will no longer be kept in the message.

class RTSPMessage
getBody
(
out ubyte[] data
)

Parameters

data ubyte[]

location for the data

Return Value

Type: gstrtsp.types.RTSPResult

#GST_RTSP_OK.