LiveAudios
public class LiveAudios: NSObject
Wrapper class to manage LiveAudio instances
-
Add a new live audio
Declaration
Swift
public func add(_ name:String) -> LiveAudioParameters
nameaudio name
Return Value
new live audio instance
-
Add a new live audio
Declaration
Swift
public func add(_ name: String, chapter1: String) -> LiveAudioParameters
namename
chapter1chapter1 label
Return Value
new live audio instance
-
Add a new live audio
Declaration
Swift
public func add(_ name: String, chapter1: String, chapter2: String) -> LiveAudioParameters
namename
chapter1chapter1 label
chapter2chapter2 label
Return Value
a new live audio instance
-
Add a new live audio
Declaration
Swift
public func add(_ name: String, chapter1: String, chapter2: String, chapter3: String) -> LiveAudioParameters
namename
chapter1chapter1 label
chapter2chapter2 label
chapter3chapter3 label
Return Value
a new live audio instance
-
Remove a live audio
Declaration
Swift
public func remove(_ name: String)Parameters
namename
-
Remove all live audios
Declaration
Swift
public func removeAll()
LiveAudios Class Reference