MobileForms Toolkit Documentation

CustomEncoder.EncodeFrame Method (IntPtr, Int32, Int32)

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(
IntPtr buffer,
int offset,
int count
);

Parameters

buffer
A pointer to 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

CustomEncoder Class | Resco.Audio Namespace | CustomEncoder.EncodeFrame Overload List