Jump to content

GstWebRTC - API Reference: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 12: Line 12:


===Virtual Functions===
===Virtual Functions===
The subclass must implement these functions:<br><br><br>
The subclass must implement these functions:<br><br>
'''gboolean  (*connect) (GstBaseSignaler *self)'''
'''gboolean  (*connect) (GstBaseSignaler *self)'''
<br>
<br>
Line 18: Line 18:
<br><br>
<br><br>
'''gboolean  (*disconnect) (GstBaseSignaler *self)'''<br>
'''gboolean  (*disconnect) (GstBaseSignaler *self)'''<br>
Disconnect from signaling.<br>
Disconnect from signaling.<br><br>
    
    
'''gboolean  (*send_sdp) (GstBaseSignaler *self, GstSDPMessage *sdp, GstBaseSignalerSdpType type)'''<br>
'''gboolean  (*send_sdp) (GstBaseSignaler *self, GstSDPMessage *sdp, GstBaseSignalerSdpType type)'''<br>
Send sdp to the signaling.<br>
Send sdp to the signaling.<br><br>


'''gboolean  (*send_candidates) (GstBaseSignaler *self, GstSDPMessage *candidates)'''<br>
'''gboolean  (*send_candidates) (GstBaseSignaler *self, GstSDPMessage *candidates)'''<br>
Send candidates to the signaling.<br>
Send candidates to the signaling.<br><br>
    
    


1,593

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.