Uses of Class
com.microsoft.cognitiveservices.speech.audio.PushAudioOutputStream
-
Packages that use PushAudioOutputStream Package Description com.microsoft.cognitiveservices.speech.audio -
-
Uses of PushAudioOutputStream in com.microsoft.cognitiveservices.speech.audio
Methods in com.microsoft.cognitiveservices.speech.audio that return PushAudioOutputStream Modifier and Type Method Description static PushAudioOutputStreamPushAudioOutputStream. create(PushAudioOutputStreamCallback callback)Creates a PushAudioOutputStream that delegates to the specified callback interface for write() and close() methods.static PushAudioOutputStreamAudioOutputStream. createPushStream(PushAudioOutputStreamCallback callback)Creates a PushAudioOutputStream that delegates to the specified callback interface for write() and close() methods.
-