STWAudioSinkCapture

class STWAudioSinkCapture : STWAudioSink

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

This class should be used to identify a capture event.

See also

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