MobileForms Toolkit Documentation

CustomEncoder.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.

Overload List

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

public override void EncodeFrame(byte[],int,int);

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,int,int);

See Also

CustomEncoder Class | Resco.Audio Namespace