|
◆ CreateAuto() [1/2]
Create an automatic stream. - Returns
- AK_Success if the stream was created successfully
- See also
-
- Parameters
-
in_FileOpen | File name or file ID (only one should be valid), open flags, open mode |
in_heuristics | Streaming heuristics |
in_pBufferSettings | Stream buffer settings (it is recommended to pass NULL in order to use the default settings) |
out_pStream | Returned interface to an automatic stream. If the function does not return AK_Success, this pointer is left untouched. |
in_bSyncOpen | If true, force the Stream Manager to open file synchronously. Otherwise, it is left to its discretion. |
in_bCaching | Does this stream stay in cache |
|