FrameQueueSink::getOutputFrameType Method

Retrieves the FrameTypeInfo of the current connection.
Syntax:
bool    getOutputFrameType( FrameTypeInfo& info ) const;
Parameter Description
info

Receives the FrameTypeInfo of the current connection.

Return Value:

true when it is connected and a FrameTypeInfo can be returned, otherwise false.

See also: FrameQueueSink, FrameQueueSinkListener

<< FrameQueueSink