This documentation is archived and is not being maintained.

SpeechAudioFormatInfo Constructor

Initializes a new instance of the SpeechAudioFormatInfo class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method SpeechAudioFormatInfo(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 method SpeechAudioFormatInfo(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
Show: