RTSPMessage.parseRequest
gstrtsp.types.RTSPResult parseRequest(out gstrtsp.types.RTSPMethod method, out string uri, out gstrtsp.types.RTSPVersion version_)Parse the request message msg and store the values method, uri and version. The result locations can be null if one is not interested in its value.
uri remains valid for as long as msg is valid and unchanged.
Parameters
method | location to hold the method |
uri | location to hold the uri |
version_ | location to hold the version |
Returns
a #GstRTSPResult.