FrameQueueSink::queueBuffer Method |
Queues one or more FrameQueueBuffer objects into the input queue of the FrameQueueSink .
|
Syntax: |
|
Error queueBuffer( tFrameQueueBufferPtr& single_buffer );
Error queueBuffer( tFrameQueueBufferList& list );
|
|
|
|
single_buffer |
|
A single buffer to queue into the input queue.
|
list |
|
A list of FrameQueueBuffer objects to queue into the input queue.
|
|
Return Value: |
|
These functions return a Error object which describes what went wrong on error.
Error ids can be:
tErrorEnum::eSINK_NOT_CONNECTED when the sink is currently not connected and so no FrameTypeInfo is currently set.
tErrorEnum::eSINK_FRAMETYPE_MISMATCH when the buffersize is too low.
|
See also: |
|
FrameQueueSink, FrameQueueBuffer |