MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
GetVariableLengthInteger Method (data, intLength)
NamespacesMPfm.SoundSV8MetadataGetVariableLengthInteger(array<Byte>[]()[][], Int32%)
Returns a variable length integer. The length can vary between 8-bits to 64-bits.
Declaration Syntax
C#Visual Basic
public static long GetVariableLengthInteger(
	byte[] data,
	ref int intLength
)
Public Shared Function GetVariableLengthInteger ( _
	data As Byte(), _
	ByRef intLength As Integer _
) As Long
Parameters
data (array<Byte>[]()[][])
Byte array containing the data
intLength (Int32%)
Integer length (1 = 8-bit, 2 = 16-bit, etc.)
Return Value
Value

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)