Uses of Class
com.microsoft.cognitiveservices.speech.audio.PullAudioOutputStream
-
Packages that use PullAudioOutputStream Package Description com.microsoft.cognitiveservices.speech.audio com.microsoft.cognitiveservices.speech.dialog -
-
Uses of PullAudioOutputStream in com.microsoft.cognitiveservices.speech.audio
Methods in com.microsoft.cognitiveservices.speech.audio that return PullAudioOutputStream Modifier and Type Method Description static PullAudioOutputStreamPullAudioOutputStream. create()Creates a memory backed PullAudioOutputStream.static PullAudioOutputStreamAudioOutputStream. createPullStream()Creates a memory backed PullAudioOutputStream. -
Uses of PullAudioOutputStream in com.microsoft.cognitiveservices.speech.dialog
Methods in com.microsoft.cognitiveservices.speech.dialog that return PullAudioOutputStream Modifier and Type Method Description PullAudioOutputStreamActivityReceivedEventArgs. getAudio()Gets the associated audio stream if present.
-