getCaptureAudioFormat

fun getCaptureAudioFormat(vCall: STWVCall): AudioFormat?

Call this method to get the AudioFormat for the given call. This method get the audio format for the Play. Do not call this method before the ready event, else you receive null.

Return

AudioFormat an object Audio format when the call is for audio sink feature, null otherwise

Parameters

vCall

: the call to get the AudioFormat