Uses of Class
com.microsoft.cognitiveservices.speech.audio.PushAudioOutputStreamCallback
-
Packages that use PushAudioOutputStreamCallback Package Description com.microsoft.cognitiveservices.speech.audio -
-
Uses of PushAudioOutputStreamCallback in com.microsoft.cognitiveservices.speech.audio
Methods in com.microsoft.cognitiveservices.speech.audio with parameters of type PushAudioOutputStreamCallback 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.
-