message_parse_buffer


Description:


[ Version ( replacement = "SDPMessage.parse_buffer" ) ]
public Result message_parse_buffer (uint8[] data, Message msg)

Parse the contents of data.length bytes pointed to by data and store the result in msg.

Parameters:

data

the start of the buffer

msg

the result Message

size

the size of the buffer

Returns:

OK on success.


Namespace: Gst.SDP