new: add iOS audio player
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package fr.ajaury.gwenedeg.player
|
||||
|
||||
/**
|
||||
* An Audio Session will allow to request Audio focus and declare our audio source to the system
|
||||
*/
|
||||
interface AudioSessionManager {
|
||||
fun activate()
|
||||
|
||||
fun deactivate()
|
||||
}
|
||||
Reference in New Issue
Block a user