SpeechAudioFormatInfo Constructor

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Initializes a new instance of the SpeechAudioFormatInfo class.

Overload List

  NameDescription
Public methodSpeechAudioFormatInfo(Int32, AudioBitsPerSample, AudioChannel)Initializes a new instance of the SpeechAudioFormatInfo class and specifies the samples per second, bits per sample, and the number of channels.
Public methodSpeechAudioFormatInfo(EncodingFormat, Int32, Int32, Int32, Int32, Int32, array<Byte>[]()[][])Initializes a new instance of the SpeechAudioFormatInfo class and specifies the encoding format, samples per second, bits per sample, number of channels, average bytes per second, block alignment value, and an array containing format-specific data.
Top

See Also