MobileForms Toolkit Documentation

CustomDecoder.DecodeFrame Method

Decodes a sequence of bytes from the current decoder and advances the position within the underlying stream by the number of bytes read.

Overload List

Decodes a sequence of bytes from the current decoder and advances the position within the underlying stream by the number of bytes read.

public override int DecodeFrame(byte[],int,int);

Decodes a sequence of bytes from the current decoder and advances the position within the underlying stream by the number of bytes read.

public virtual int DecodeFrame(IntPtr,int,int);

See Also

CustomDecoder Class | Resco.Audio Namespace