This function opens a stream for filtering and enables you to set bitwise flags for each stream.
void * pascal fpOpenStreamEx2( void *pContext, KVInputStream *pInput, DWORD dwFlags);
pContext
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
pInput
|
A pointer to the developer-assigned instance of KVInputStream. The KVInputStream structure defines the input stream that contains the source. |
dwFlags
|
Instructions on how to process a stream. See Flags for dwFlags. |
void *
pointer passed to fpFilterStream(), fpCanFilterStream(), and fpCloseStream(). NULL
.
|