Click or drag to resize
SpeechEncoderEncodeToFrame Method
Encodes an array of PCM data to the selected codec and stores it in an RTP Frame.
Note: The size of the input data is dependent on the value of MaximumInputDataLength

Namespace: StreamCoders.Encoder
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public RtpFrame EncodeToFrame(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
[in,out] If non-null, the buffer.

Return Value

Type: RtpFrame
null if it fails, else.
See Also