GstWebRTC.WebRTCICETransport¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
The ICE component of this transport |
||
r |
The ICE gathering state of this transport |
||
r |
The ICE connection state of this transport |
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
component |
r |
||
gathering_state |
r |
||
parent |
r |
||
role |
r |
||
sink |
r |
||
src |
r |
||
state |
r |
Class Details¶
- class GstWebRTC.WebRTCICETransport(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
- connection_state_change(new_state)¶
- Parameters:
new_state (
GstWebRTC.WebRTCICEConnectionState
) –
- gathering_state_change(new_state)¶
- Parameters:
new_state (
GstWebRTC.WebRTCICEGatheringState
) –
- new_candidate(stream_id, component, attr)¶
- Parameters:
stream_id (
int
) –component (
GstWebRTC.WebRTCICEComponent
) –attr (
str
) –
- selected_pair_change()¶
Signal Details¶
- GstWebRTC.WebRTCICETransport.signals.on_new_candidate(web_r_t_c_i_c_e_transport, object)¶
- Signal Name:
on-new-candidate
- Flags:
- Parameters:
web_r_t_c_i_c_e_transport (
GstWebRTC.WebRTCICETransport
) – The object which received the signalobject (
str
) –
- GstWebRTC.WebRTCICETransport.signals.on_selected_candidate_pair_change(web_r_t_c_i_c_e_transport)¶
- Signal Name:
on-selected-candidate-pair-change
- Flags:
- Parameters:
web_r_t_c_i_c_e_transport (
GstWebRTC.WebRTCICETransport
) – The object which received the signal
Property Details¶
- GstWebRTC.WebRTCICETransport.props.component¶
- Name:
component
- Type:
- Default Value:
- Flags:
The ICE component of this transport
- GstWebRTC.WebRTCICETransport.props.gathering_state¶
- Name:
gathering-state
- Type:
- Default Value:
- Flags:
The ICE gathering state of this transport
- GstWebRTC.WebRTCICETransport.props.state¶
- Name:
state
- Type:
- Default Value:
- Flags:
The ICE connection state of this transport