RTSPMessage.setBody
gstrtsp.types.RTSPResult setBody(ubyte[] data)Set the body of msg to a copy of data. Any existing body or body buffer will be replaced by the new body.
Parameters
data | the data |
Returns
#GST_RTSP_OK.
gstrtsp.types.RTSPResult setBody(ubyte[] data)Set the body of msg to a copy of data. Any existing body or body buffer will be replaced by the new body.
data | the data |