FrameNotificationSinkListener::sinkConnected Method |
||||||||||||||
Notifies the listener that the sink has connected using the passed in FrameTypeInfo. | ||||||||||||||
Syntax: | virtual void sinkConnected( const FrameTypeInfo& frameType ); |
|||||||||||||
|
||||||||||||||
Remarks: | This function is called after the frame type has been decided during a call to Grabber::startLive or Grabber::prepareLive. It is important to not perform operations that might wait for the thread executing startLive to respond (e.g. sending a Windows message to the UI thread), because this would cause a deadlock. |
|||||||||||||
See also: | FrameNotificationSink, FrameNotificationSinkListener, FrameTypeInfo |