nw::snd::StreamSoundHandle::ReadStreamDataInfo Member Function#include <nw/snd/snd_StreamSoundHandle.h>
bool ReadStreamDataInfo(
StreamDataInfo * pInfo
) const;
| Name | Description | |
|---|---|---|
| out | pInfo | Stream data information structure used to store results |
Obtains stream data information.
Gets information about the stream data being played for the sound associated with handle. Returns false if the handle is invalid.
Returns FALSE if the stream data information cannot be retrieved because preparation for the stream is not complete. IsPrepared can be used to get whether the preparation is complete.
StreamDataInfo Structure
IsPrepared
CONFIDENTIAL