FrameSnapSink::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.

Remarks:

This function will only work if the sink is connected by a successful call to Grabber::prepareLive or Grabber::startLive. Otherwise, the buffer format might still be unknown.

See also: FrameSnapSink

<< FrameSnapSink