[ CCode ( cname = "gst_rtsp_message_parse_response" ) ]
public Result parse_response (out StatusCode code, out unowned string reason, out Version version)
Parse the response message this and store the values code, reason and
version.
The result locations can be null if one is not interested in its value.
reason remains valid for as long as this is valid and unchanged.
| this |
a Message |
| code |
location to hold the status code |
| reason |
location to hold the status reason |
| version |
location to hold the version |
|
a Result. |