RTSPMessage.parseResponse
gstrtsp.types.RTSPResult parseResponse(out gstrtsp.types.RTSPStatusCode code, out string reason, out gstrtsp.types.RTSPVersion version_)Parse the response message msg 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 msg is valid and unchanged.
Parameters
code | location to hold the status code |
reason | location to hold the status reason |
version_ | location to hold the version |
Returns
a #GstRTSPResult.