Delegate VideoFrameOutputCallback
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
public delegate GlobalObject.Undefined VideoFrameOutputCallback(VideoFrame output)
Parameters
output VideoFrame
Returns
- GlobalObject.Undefined
Constructors
VideoFrameOutputCallback(object, nint)
public VideoFrameOutputCallback(object @object, nint method)
Parameters
object object
method nint
Methods
BeginInvoke(VideoFrame, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(VideoFrame output, AsyncCallback callback, object @object)
Parameters
output VideoFrame
callback AsyncCallback
object object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual GlobalObject.Undefined EndInvoke(IAsyncResult result)
Parameters
result IAsyncResult
Returns
- GlobalObject.Undefined
Invoke(VideoFrame)
public virtual GlobalObject.Undefined Invoke(VideoFrame output)
Parameters
output VideoFrame
Returns
- GlobalObject.Undefined