FrameQueueSinkListener

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.

Information

    Header File: tisudshl.h
    Namespace: DShowLib
    Introduced in version 3.5

Methods

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.

<< Classes