#include <IAudioStream.h>
Inheritance diagram for IAudioStream::
Public Methods | |
virtual HRESULT __stdcall | Open (std::string sFileName)=0 |
IAudioStream, derived from the COM standard IStream interface is used internally by the audio system to interface with data streams of any kind. A default file-based stream implementation is used internally by default, but a client may choose to create a custom implementation and use it instead.
|
Opens an IStream using a unique character-based identifier. Typically, the string represents a file name, but alternative implementations may choose to utilize other methods of representing data blocks.
|