Delegate WebRtcPeerConnection.IceCandidateCreatedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the IceCandidateCreated event of a WebRtcPeerConnection class.
public delegate void WebRtcPeerConnection.IceCandidateCreatedEventHandler(string media, long index, string name)
Parameters
media
string- Represents the method that handles the event of a class.
index
long- Represents the method that handles the event of a class.
name
string- Represents the method that handles the event of a class.
Constructors
IceCandidateCreatedEventHandler(object, IntPtr)
public IceCandidateCreatedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(string, long, string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string media, long index, string name, AsyncCallback callback, object @object)
Parameters
media
stringindex
longname
stringcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(string, long, string)
public virtual void Invoke(string media, long index, string name)