2 #ifndef _YI_AUDIO_STREAM_H_ 3 #define _YI_AUDIO_STREAM_H_ 40 bool IsRegistered()
const;
41 void SetRegistered(
bool bRegistered);
48 #endif // _YI_AUDIO_STREAM_H_
virtual ~CYIAudioStream()
Base audio stream class that can process raw audio PCM.
Definition: YiAudioStream.h:22
Object responsible for processing audio streams and output to the platform.
Definition: YiAudioEngine.h:30
virtual bool Process(CYIAudioEngine *pAudioEngine, float *pData, uint32_t uFrameCount)=0