RTSPTransport.getMime
gstrtsp.types.RTSPResult getMime(gstrtsp.types.RTSPTransMode trans, out string mime)Get the mime type of the transport mode trans. This mime type is typically used to generate #GstCaps events.
Parameters
trans | a #GstRTSPTransMode |
mime | location to hold the result |
Returns
#GST_RTSP_OK.
Deprecated
This functions only deals with the GstRTSPTransMode and only
returns the mime type for #GST_RTSP_PROFILE_AVP. Use [gstrtsp.rtsptransport.RTSPTransport.getMediaType] instead.