A class library for opening, parsing, and saving MIDI files.

BinaryWriterEx.WriteUInt32VLBE Method 

Writes a four-byte unsigned integer to the current stream in compressed (7-bit variable length) format and advances the stream position by the appropriate number of bytes.

public void WriteUInt32VLBE(
   long value
);

Parameters

value
The four-byte unsigned integer (stored in a Int64) to write.

Exceptions

Exception TypeCondition
ArgumentExceptionvalue is negative or greater than 0x0FFFFFFF.

See Also

BinaryWriterEx Class | EF.Tools Namespace