[ CCode ( cname = "gst_rtsp_message_get_body" ) ]
public Result get_body (out unowned uint8[] data)
Get the body of this.
data
remains valid for as long as this is valid and unchanged.
If the message body was set as a Buffer before this will cause the data to be copied and stored in the message. The Buffer will no longer be kept in the message.
this |
a Message |
data |
location for the data |
size |
location for the size of |
OK. |