GstIceStream
GstWebRTCICEStream
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstWebRTCICEStream
Since : 1.22
Class structure
GstWebRTC.WebRTCICEStream
GObject.Object ╰──GObject.InitiallyUnowned ╰──Gst.Object ╰──GstWebRTC.WebRTCICEStream
Members
parent
(Gst.Object)
–
stream_id
(Number)
–
Since : 1.22
GstWebRTC.WebRTCICEStream
GObject.Object ╰──GObject.InitiallyUnowned ╰──Gst.Object ╰──GstWebRTC.WebRTCICEStream
Since : 1.22
Methods
gst_webrtc_ice_stream_find_transport
GstWebRTCICETransport * gst_webrtc_ice_stream_find_transport (GstWebRTCICEStream * stream, GstWebRTCICEComponent component)
Returns
(
[transfer: full][nullable])
–
the GstWebRTCICETransport, or NULL
Since : 1.22
GstWebRTC.WebRTCICEStream.prototype.find_transport
function GstWebRTC.WebRTCICEStream.prototype.find_transport(component: GstWebRTC.WebRTCICEComponent): {
// javascript wrapper for 'gst_webrtc_ice_stream_find_transport'
}
Parameters:
the GstWebRTC.WebRTCICETransport, or null
Since : 1.22
GstWebRTC.WebRTCICEStream.find_transport
def GstWebRTC.WebRTCICEStream.find_transport (self, component):
#python wrapper for 'gst_webrtc_ice_stream_find_transport'
Parameters:
the GstWebRTC.WebRTCICETransport, or None
Since : 1.22
gst_webrtc_ice_stream_gather_candidates
gboolean gst_webrtc_ice_stream_gather_candidates (GstWebRTCICEStream * ice)
Parameters:
ice
–
the GstWebRTCICEStream Returns: FALSE on error, TRUE otherwise Since: 1.22
Returns
–
No description available
GstWebRTC.WebRTCICEStream.prototype.gather_candidates
function GstWebRTC.WebRTCICEStream.prototype.gather_candidates(): {
// javascript wrapper for 'gst_webrtc_ice_stream_gather_candidates'
}
Parameters:
the GstWebRTC.WebRTCICEStream Returns: FALSE on error, TRUE otherwise Since: 1.22
No description available
GstWebRTC.WebRTCICEStream.gather_candidates
def GstWebRTC.WebRTCICEStream.gather_candidates (self):
#python wrapper for 'gst_webrtc_ice_stream_gather_candidates'
Parameters:
the GstWebRTC.WebRTCICEStream Returns: FALSE on error, TRUE otherwise Since: 1.22
No description available
Properties
Virtual Methods
find_transport
GstWebRTCICETransport * find_transport (GstWebRTCICEStream * stream, GstWebRTCICEComponent component)
Parameters:
stream
–
component
–
Returns
–
No description available
vfunc_find_transport
function vfunc_find_transport(stream: GstWebRTC.WebRTCICEStream, component: GstWebRTC.WebRTCICEComponent): {
// javascript implementation of the 'find_transport' virtual method
}
Parameters:
No description available
No description available
No description available
do_find_transport
def do_find_transport (stream, component):
#python implementation of the 'find_transport' virtual method
Parameters:
No description available
No description available
No description available
gather_candidates
gboolean gather_candidates (GstWebRTCICEStream * ice)
Parameters:
ice
–
Returns
–
No description available
vfunc_gather_candidates
function vfunc_gather_candidates(ice: GstWebRTC.WebRTCICEStream): {
// javascript implementation of the 'gather_candidates' virtual method
}
Parameters:
No description available
No description available
do_gather_candidates
def do_gather_candidates (ice):
#python implementation of the 'gather_candidates' virtual method
Parameters:
No description available
No description available
The results of the search are