STWAudioSink

abstract class STWAudioSink

This class is the abstract object that will be returned in the case of using the Flow to handle the audio sink feature

Types

Link copied to clipboard
object Companion

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.

Functions

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

Used to log the object

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard