#include <dc_filterservice.h>
Public Methods | |
virtual int | write_copyset (int wMax, char *sbStream, DC_Buffer_t *pbuf, void *pUserArg) |
Applications should subclass this abstract base class to customize a stream's write policy when there are transparent copies.
|
Inputs: wMax - total number of transparent copies stream writes to sbStream - name of output stream buf - actual buffer written by the filter pUserArg - user defined argument (from write() call) Return: int - 0..wMax-1 copyset to write to |