| SpeechEncoder Properties | 
The SpeechEncoder type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CompatibilityMode | 
	Gets the Compatibility Mode.
 | 
|  | InputBitsPerSample | 
	Set the size of each sample in bits of the input stream. Default: 16.
 | 
|  | InputChannels | 
	Set the number of channels the input PCM stream contains. If the channels are greater
	than 1, then the channels will be merged.
 | 
|  | InputSampleRate | 
	Gets or sets the input sample rate of the PCM stream. In all cases it must be a valid
	samplerate used by the selected codec.
 | 
|  | MaximumInputDataLength | 
	Set/Get the maximum size of the input data in bytes that can be encoded at once.
	 | 
|  | OutputBitrate | 
	Gets or sets the output bitrate of the codec. Default: 64000.
 | 
|  | PacketDuration | 
	Set/Get maximum packet duration. After calling SetCodec the PacketDuration will have it's
	default value depending on the codec selected.
 | 
|  | PayloadType | 
	Set/Get Payload Type of produced RTP packets.
 | 
|   | StreamType | 
	Gets or sets or Sets the StreamType property.
 | 
 See Also
See Also