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

codelocation to hold the status code
reasonlocation to hold the status reason
version_location to hold the version

Returns

a #GstRTSPResult.