The FrameQueueSinkListener is the interface the FrameQueueSink uses to notify the listener of connect/disconnect operations on the sink and to notify of frames that arrived.
Header File: tisudshl.h
Namespace: DShowLib
Introduced in version 3.5
Method | Description | ||
framesQueued | Notifies the listener that the sink has received one or more frames. |
||
sinkConnected | Notifies the listener that the sink has connected using the passed in FrameTypeInfo. |
||
sinkDisconnected | Notifies the listener that the sink has disconnected. |
||