audio player More...
#include "ZFAudio.h"Go to the source code of this file.
Classes | |
| class | ZFAudioStartTask |
| audio play task More... | |
| class | ZFAudioCache |
| audio cache More... | |
Functions | |
| zfautoT< ZFAudio > | ZFAudioLoad (const ZFPathInfo &pathInfo) |
| access audio with cache logic | |
| zfautoT< ZFAudio > | ZFAudioLoad (const ZFInput &src) |
| access audio with cache logic | |
| zfautoT< ZFAudio > | ZFAudioStart (const ZFPathInfo &pathInfo, const ZFListener &callback=(zft_zfnull)) |
| play audio with cache logic, auto stop prev audio task with same src | |
| zfautoT< ZFAudio > | ZFAudioStart (const ZFInput &src, const ZFListener &callback=(zft_zfnull)) |
| play audio with cache logic, auto stop prev audio task with same src | |
audio player