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