[ CCode ( cname = "gst_rtsp_message_parse_request" ) ]
public Result parse_request (out Method method, out unowned string uri, out Version version)
Parse the request message this 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 this is valid and unchanged.
| this |
a Message |
| method |
location to hold the method |
| uri |
location to hold the uri |
| version |
location to hold the version |
|
a Result. |