Denis,
Why *must* File I/O go through the API callbacks? Is there something special
happening, or does *must* really just mean "we really really think it
should?"
(And what does "recent versions" mean, exactly?)
How about the case wherein the media content is not being kept in a normal
file? It seems to me that one could write a module to, for example, allow
the storage of the content in a database.
Walt
> Message: 2
> Date: Mon, 06 Nov 2000 10:24:13 -0800
> Subject: Re: Question about the DSS Source code
> From: Denis Serenyi <email@hidden>
> To: "DSS Dev List (E-mail)"
> <email@hidden>
>
> The DSS_SERVER_INTERNAL flag was added recently to the QTFileLib. This
> library needs to use the file system to read Hinted QuickTime files, and
in
> recent versions of QTSS API, File I/O from a QTSS API module *must* go
> through the proper QTSS API callbacks.
>
> [snip]