rtspMessageNewRequest
fn
gstrtsp.types.RTSPResult rtspMessageNewRequest(out gstrtsp.rtspmessage.RTSPMessage msg, gstrtsp.types.RTSPMethod method, string uri)Create a new #GstRTSPMessage with method and uri and store the result request message in msg. Free with [gstrtsp.rtspmessage.RTSPMessage.free].
Parameters
msg | a location for the new #GstRTSPMessage |
method | the request method to use |
uri | the uri of the request |
Returns
a #GstRTSPResult.