RTSPConnection.create
gstrtsp.types.RTSPResult create(gstrtsp.rtspurl.RTSPUrl url, out gstrtsp.rtspconnection.RTSPConnection conn)Create a newly allocated #GstRTSPConnection from url and store it in conn. The connection will not yet attempt to connect to url, use [gstrtsp.rtspconnection.RTSPConnection.connect].
A copy of url will be made.
Parameters
url | a #GstRTSPUrl |
conn | storage for a #GstRTSPConnection |
Returns
#GST_RTSP_OK when conn contains a valid connection.