SpeechAudioFormatcreate16BitPCMFormat Method |
[Missing <summary> documentation for "M:MicrosoftProjectOxford.SpeechAudioFormat.create16BitPCMFormat(System.Int32)"]
Namespace: MicrosoftProjectOxfordAssembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntaxpublic static SpeechAudioFormat create16BitPCMFormat(
int sampleRate
)
Public Shared Function create16BitPCMFormat (
sampleRate As Integer
) As SpeechAudioFormat
public:
static SpeechAudioFormat^ create16BitPCMFormat(
int sampleRate
)
static member create16BitPCMFormat :
sampleRate : int -> SpeechAudioFormat
Parameters
- sampleRate
- Type: SystemInt32
[Missing <param name="sampleRate"/> documentation for "M:MicrosoftProjectOxford.SpeechAudioFormat.create16BitPCMFormat(System.Int32)"]
Return Value
Type:
SpeechAudioFormat[Missing <returns> documentation for "M:MicrosoftProjectOxford.SpeechAudioFormat.create16BitPCMFormat(System.Int32)"]
See Also