Make a copy of this stream with its own private state, so new independent read() operations can be issued on the same data stream. @return Returns a copy of the stream or NULL.
| 56 | /// |
| 57 | /// @return Returns a copy of the stream or NULL. |
| 58 | virtual SFXStream* clone() const { return NULL; } |
| 59 | |
| 60 | /// The format of the data in the stream. |
| 61 | virtual const SFXFormat& getFormat() const = 0; |
no outgoing calls
no test coverage detected