Uses of Class
com.microsoft.cognitiveservices.speech.StreamStatus
-
Packages that use StreamStatus Package Description com.microsoft.cognitiveservices.speech -
-
Uses of StreamStatus in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return StreamStatus Modifier and Type Method Description StreamStatusAudioDataStream. getStatus()Get current status of the audio data stream.static StreamStatusStreamStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamStatus[]StreamStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-