53 строки
5.4 KiB
YAML
53 строки
5.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.cognitiveservices.speech.audio.PushAudioOutputStream"
|
|
fullName: "com.microsoft.cognitiveservices.speech.audio.PushAudioOutputStream"
|
|
name: "PushAudioOutputStream"
|
|
nameWithType: "PushAudioOutputStream"
|
|
summary: "Represents audio output stream used for custom audio output configurations."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.cognitiveservices.speech.audio.AudioOutputStream?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.microsoft.cognitiveservices.speech.audio.AudioOutputStream?alt=com.microsoft.cognitiveservices.speech.audio.AudioOutputStream&text=AudioOutputStream\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.microsoft.cognitiveservices.speech.audio.AudioOutputStream.close()?alt=com.microsoft.cognitiveservices.speech.audio.AudioOutputStream.close&text=close\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.cognitiveservices.speech.audio.AudioOutputStream.createPullStream()?alt=com.microsoft.cognitiveservices.speech.audio.AudioOutputStream.createPullStream&text=createPullStream\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.cognitiveservices.speech.audio.AudioOutputStream.createPushStream(com.microsoft.cognitiveservices.speech.audio.PushAudioOutputStreamCallback)?alt=com.microsoft.cognitiveservices.speech.audio.AudioOutputStream.createPushStream&text=createPushStream\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.cognitiveservices.speech.audio.AudioOutputStream.getImpl()?alt=com.microsoft.cognitiveservices.speech.audio.AudioOutputStream.getImpl&text=getImpl\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public final class **PushAudioOutputStream**</br> extends <xref href=\"com.microsoft.cognitiveservices.speech.audio.AudioOutputStream?alt=com.microsoft.cognitiveservices.speech.audio.AudioOutputStream&text=AudioOutputStream\" data-throw-if-not-resolved=\"False\" />"
|
|
methods:
|
|
- uid: "com.microsoft.cognitiveservices.speech.audio.PushAudioOutputStream.create(com.microsoft.cognitiveservices.speech.audio.PushAudioOutputStreamCallback)"
|
|
fullName: "com.microsoft.cognitiveservices.speech.audio.PushAudioOutputStream.create(PushAudioOutputStreamCallback callback)"
|
|
name: "create(PushAudioOutputStreamCallback callback)"
|
|
nameWithType: "PushAudioOutputStream.create(PushAudioOutputStreamCallback callback)"
|
|
summary: "Creates a Push<wbr>Audio<wbr>Output<wbr>Stream that delegates to the specified callback interface for write() and close() methods."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The custom audio output object, derived from PushAudioOutputStreamCallback"
|
|
name: "callback"
|
|
type: "<xref href=\"com.microsoft.cognitiveservices.speech.audio.PushAudioOutputStreamCallback?alt=com.microsoft.cognitiveservices.speech.audio.PushAudioOutputStreamCallback&text=PushAudioOutputStreamCallback\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static PushAudioOutputStream create(PushAudioOutputStreamCallback callback)"
|
|
desc: "Creates a PushAudioOutputStream that delegates to the specified callback interface for write() and close() methods."
|
|
returns:
|
|
description: "The push audio output stream being created."
|
|
type: "<xref href=\"com.microsoft.cognitiveservices.speech.audio.PushAudioOutputStream?alt=com.microsoft.cognitiveservices.speech.audio.PushAudioOutputStream&text=PushAudioOutputStream\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Represents audio output stream used for custom audio output configurations. Added in version 1.7.0"
|
|
metadata: {}
|
|
package: "com.microsoft.cognitiveservices.speech.audio"
|
|
artifact: com.microsoft.cognitiveservices.speech:client-sdk:1.38.0
|