MobileForms Toolkit Documentation

AudioEncoder.EncodeFrame Method 

Encode a sequence of bytes to the underlaying stream and advances the current position within this stream by the number of bytes written.

public virtual void EncodeFrame(
byte[] buffer,
int offset,
int count
);

Parameters

buffer
An array of bytes. This method encodes count bytes from buffer to the underlaying stream.
offset
The zero-based byte offset in buffer at which to begin encoding bytes to the underlaying stream.
count
The number of bytes to be encoded to the underlaying stream.

See Also

AudioEncoder Class | Resco.Audio Namespace