FrameHandlerSink::getOutputFrameType Method |
Returns the frame type of the sink.
This is the frame type of the MemBufferCollection or
the output frame type of the handler, when no MemBufferCollection is set.
|
Syntax: |
|
bool getOutputFrameType( FrameTypeInfo& info ) const;
|
|
|
|
info |
|
If the information is available, info is filled with the output frame type of the sink.
|
|
Return Value: |
|
true, if the information is available and info was filled with the according data, otherwise false.
|
See also: |
|
FrameHandlerSink, FrameTypeInfo |