Import line: | GstRtsp = imports.gi.GstRtsp; |
GIR File: | GstRtsp-0.10.gir |
C documentation: | GstRtsp |
Namespace : | GstRtsp |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number GstRtsp.RTSP_DEFAULT_PORT : 554
|
None |
Method / Constructor | Defined By | |
---|---|---|
GstRtsp | ||
GstRtsp | ||
Accept a new connection on sock and create a new GstRTSPConnection for handling communication on new socket.
Accept a new connection on sock and create a new GstRTSPConnection for handling communication on new socket.
|
GstRtsp | |
Create a newly allocated GstRTSPConnection from url and store it in conn.
Create a newly allocated GstRTSPConnection from url and store it in conn. The connection will not yet attempt to connect to url, use gst_rtsp_connection_connect(). A copy of url will be made.
|
GstRtsp | |
GstRtsp.connection_create_from_fd
(Number fd, String ip, Number port, String initial_buffer, RTSPConnection conn)
:
GstRtsp.RTSPResult
Create a new GstRTSPConnection for handling communication on the existing file descriptor fd.
Create a new GstRTSPConnection for handling communication on the existing file descriptor fd. The initial_buffer contains any data already read from
|
GstRtsp | |
Convert header to a GstRTSPHeaderField.
Convert header to a GstRTSPHeaderField. header field is unknown.
|
GstRtsp | |
Convert method to a GstRTSPMethod.
Convert method to a GstRTSPMethod. method is unknown.
|
GstRtsp | |
Check whether field may appear multiple times in a message.
Check whether field may appear multiple times in a message.
|
GstRtsp | |
Convert field to a string.
Convert field to a string.
|
GstRtsp | |
Get the message type of msg.
Get the message type of msg.
|
GstRtsp | |
Convert method to a string.
Convert method to a string.
|
GstRtsp | |
Convert options to a string.
Convert options to a string.
|
GstRtsp | |
GstRtsp.range_free
(RTSPTimeRange range)
:
none
Free the memory alocated by range.
Free the memory alocated by range.
|
GstRtsp | |
Parse rangestr to a GstRTSPTimeRange.
Parse rangestr to a GstRTSPTimeRange.
|
GstRtsp | |
Convert range into a string representation.
Convert range into a string representation.
|
GstRtsp | |
Convert code to a string.
Convert code to a string.
|
GstRtsp | |
Convert result in a human readable string.
Convert result in a human readable string.
|
GstRtsp | |
Convert transport into a string that can be used to signal the transport in an RTSP SETUP response.
Convert transport into a string that can be used to signal the transport in an RTSP SETUP response. is invalid.
|
GstRtsp | |
Free the memory used by transport.
Free the memory used by transport.
|
GstRtsp | |
GstRtsp.transport_get_manager
(RTSPTransMode trans, Array manager, Number option)
:
GstRtsp.RTSPResult
Get the GStreamer element that can handle the buffers transported over It is possible that there are several managers available, use option to selected one.
Get the GStreamer element that can handle the buffers transported over It is possible that there are several managers available, use option to selected one. needed/available for trans.
|
GstRtsp | |
Get the mime type of the transport mode trans.
Get the mime type of the transport mode trans. This mime type is typically used to generate GstCaps on buffers.
|
GstRtsp | |
Initialize transport so that it can be used.
Initialize transport so that it can be used.
|
GstRtsp | |
Allocate a new initialized GstRTSPTransport.
Allocate a new initialized GstRTSPTransport. Use gst_rtsp_transport_free() after usage.
|
GstRtsp | |
Parse the RTSP transport string str into transport.
Parse the RTSP transport string str into transport.
|
GstRtsp | |
Parse the RTSP urlstr into a newly allocated GstRTSPUrl.
Parse the RTSP urlstr into a newly allocated GstRTSPUrl. Free after usage with gst_rtsp_url_free().
|
GstRtsp | |
Convert version to a string.
Convert version to a string.
|
GstRtsp |
None |