A simple implementation of the IDuplexCaptureCallback interface

C# | Visual Basic | Visual C++ |
public class DuplexCaptureCallback : IDuplexCaptureCallback
Public Class DuplexCaptureCallback _ Implements IDuplexCaptureCallback
public ref class DuplexCaptureCallback : IDuplexCaptureCallback

All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
![]() | DuplexCaptureCallback()()() |
Construct a DuplexCaptureCallback
|
![]() | CapturedImage |
Get the image that has been captured.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | onFrameReceived |
Handler events when image is received.
|
![]() | ReceiveFrame(Image<(Of <(Bgr, Byte>)>)) |
Function to call when an image is received.
|
![]() | ToString()()() | (Inherited from Object.) |

Object | ||
![]() | DuplexCaptureCallback | |
![]() | CaptureClient |