Class QueueSinkEventArgs
Provides data for the FramesQueued and SinkDisconnected events.
Inherited Members
Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
public class QueueSinkEventArgs : EventArgs
Properties
Sink
The sink that raised the event
Declaration
public QueueSink Sink { get; }
Property Value
Type | Description |
---|---|
QueueSink | The sink that raised the event |