RTSPMessage.parseResponse

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 gstrtsp.types.RTSPStatusCode

location to hold the status code

reason string

location to hold the status reason

version_ gstrtsp.types.RTSPVersion

location to hold the version

Return Value

Type: gstrtsp.types.RTSPResult

a #GstRTSPResult.