FrameNotificationSinkListener::sinkDisconnected Method |
||
| Notifies the listener that the sink has disconnected. | ||
| Syntax: | virtual void sinkDisconnected(); |
|
| Remarks: | This function is called during a call to Grabber::stopLive. It is important to not perform operations that might wait for the thread executing stopLive to respond (e.g. sending a Windows message to the UI thread), because this would cause a deadlock. |
|
| See also: | FrameNotificationSink, FrameNotificationSinkListener | |