8#ifndef META_OCEAN_MEDIA_ANDROID_A_AUDIO_H
9#define META_OCEAN_MEDIA_ANDROID_A_AUDIO_H
20#include <SLES/OpenSLES.h>
35class OCEAN_MEDIA_A_EXPORT
AAudio final :
164 explicit AAudio(
const SLEngineItf& slEngineInterface,
const std::string& url);
211 SLObjectItf slPlayer_ =
nullptr;
214 SLPlayItf slPlayInterface_ =
nullptr;
217 SLObjectItf slOutputMix_ =
nullptr;
220 SLSeekItf slSeekInterface_ =
nullptr;
223 SLVolumeItf slVolumeInterface_ =
nullptr;
This class implements a timestamp.
Definition Timestamp.h:36
The namespace covering the entire Ocean framework.
Definition Accessor.h:15