Uses of Class
org.kurento.client.AudioCaps
-
Uses of AudioCaps in org.kurento.client
Methods in org.kurento.client with parameters of type AudioCapsModifier and TypeMethodDescriptionvoidMediaElement.setAudioFormat(AudioCaps caps) Set the type of data for the audio stream.voidMediaElement.setAudioFormat(AudioCaps caps, Continuation<Void> cont) Asynchronous version of setAudioFormat:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.setAudioFormat(Transaction tx, AudioCaps caps) Set the type of data for the audio stream.