STWAudioSinkCall

class STWAudioSinkCall : STWAudioSink

This class should be used only when the Audio sink feature is Enabled.

This class is used to return :

STWVCall : Instance of the call, if the call is started correctly.

CallError : Instance of CallError when the call is not started

Inherited properties

Link copied to clipboard
var audioData: ShortArray? = null

in the case of play it contain the audio stream

Link copied to clipboard
var audioFormat: AudioFormat? = null
Link copied to clipboard
var audioSinkEvent: Int

the event of the audio sink

Link copied to clipboard
var call: STWVCall? = null

the instance of the call when the call is started successfully

Link copied to clipboard
var error: CallError? = null

in the case of fail of starting the call

Link copied to clipboard
var type: Int

the type of the object.

Inherited functions

Link copied to clipboard
open override fun toString(): String

Used to log the object