RTSPMessage.parseRequest

Parse the request message msg 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 msg is valid and unchanged.

Parameters

method gstrtsp.types.RTSPMethod

location to hold the method

uri string

location to hold the uri

version_ gstrtsp.types.RTSPVersion

location to hold the version

Return Value

Type: gstrtsp.types.RTSPResult

a #GstRTSPResult.