I am using SimpleAudioEngine to play my sound, I want to know if there is any way to check if iPod music is playing when the application starts. If so, I want it to continue playing . I began to think that it might be called a simple engine, because it does not allow such functions, AVAudioEngine does it here…
Tag: Play
Androidx learning notes (78) — Video Player (MediaPlayer + SurfaceView)
SurfaceView Double buffering technology This component is a heavyweight component: it takes up more resources As long as it is not visible, it will not be created. When it is visible, it will be c