LiveAudios
public class LiveAudios : NSObject
Wrapper class to manage LiveAudio instances
-
Add a new live audio
Declaration
Swift
@objc public func add(_ mediaLabel: String) -> LiveAudio
Parameters
mediaLabel
audio name
Return Value
new live audio instance
-
Add a new live audio
Declaration
Swift
@available(*, deprecated, renamed: "add(mediaLabel:mediaTheme1:﹚") @objc public func add(_ name: String, chapter1: String) -> LiveAudio
Parameters
name
name
chapter1
chapter1 label
Return Value
new live audio instance
-
Add a new live audio
Declaration
Swift
@objc public func add(_ mediaLabel: String, mediaTheme1: String) -> LiveAudio
Parameters
mediaLabel
name
mediaTheme1
chapter1 label
Return Value
new live audio instance
-
Add a new live audio
Declaration
Swift
@available(*, deprecated, renamed: "add(mediaLabel:mediaTheme1:mediaTheme2:﹚") @objc public func add(_ name: String, chapter1: String, chapter2: String) -> LiveAudio
Parameters
name
name
chapter1
chapter1 label
chapter2
chapter2 label
Return Value
a new live audio instance
-
Add a new live audio
Declaration
Swift
@objc public func add(_ mediaLabel: String, mediaTheme1: String, mediaTheme2: String) -> LiveAudio
Parameters
mediaLabel
name
mediaTheme1
chapter1 label
mediaTheme2
chapter2 label
Return Value
a new live audio instance
-
Add a new live audio
Declaration
Swift
@available(*, deprecated, renamed: "add(mediaLabel:mediaTheme1:mediaTheme2:mediaTheme3:﹚") @objc public func add(_ name: String, chapter1: String, chapter2: String, chapter3: String) -> LiveAudio
Parameters
name
name
chapter1
chapter1 label
chapter2
chapter2 label
chapter3
chapter3 label
Return Value
a new live audio instance
-
Add a new live audio
Declaration
Swift
@objc public func add(_ mediaLabel: String, mediaTheme1: String, mediaTheme2: String, mediaTheme3: String) -> LiveAudio
Parameters
mediaLabel
name
mediaTheme1
chapter1 label
mediaTheme2
chapter2 label
mediaTheme3
chapter3 label
Return Value
a new live audio instance
-
Remove a live audio
Declaration
Swift
@objc public func remove(_ mediaLabel: String)
Parameters
mediaLabel
name
-
Remove all live audios
Declaration
Swift
@objc public func removeAll()