VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
Midi.ParsedMidiFile.Reader Class Reference
Inheritance diagram for Midi.ParsedMidiFile.Reader:
Collaboration diagram for Midi.ParsedMidiFile.Reader:

Static Public Member Functions

static int Read16 (byte[] data, ref int i)
 
static int Read32 (byte[] data, ref int i)
 
static byte Read8 (byte[] data, ref int i)
 
static byte[] ReadAllBytesFromStream (Stream input)
 
static string ReadString (byte[] data, ref int i, int length)
 
static int ReadVarInt (byte[] data, ref int i)
 

Detailed Description

Definition at line 70 of file VRCSDK3.cs.

Member Function Documentation

◆ Read16()

static int Midi.ParsedMidiFile.Reader.Read16 ( byte[]  data,
ref int  i 
)
static

Definition at line 72 of file VRCSDK3.cs.

Here is the caller graph for this function:

◆ Read32()

static int Midi.ParsedMidiFile.Reader.Read32 ( byte[]  data,
ref int  i 
)
static

Definition at line 77 of file VRCSDK3.cs.

Here is the caller graph for this function:

◆ Read8()

static byte Midi.ParsedMidiFile.Reader.Read8 ( byte[]  data,
ref int  i 
)
static

Definition at line 82 of file VRCSDK3.cs.

Here is the caller graph for this function:

◆ ReadAllBytesFromStream()

static byte[] Midi.ParsedMidiFile.Reader.ReadAllBytesFromStream ( Stream  input)
static

Definition at line 87 of file VRCSDK3.cs.

◆ ReadString()

static string Midi.ParsedMidiFile.Reader.ReadString ( byte[]  data,
ref int  i,
int  length 
)
static

Definition at line 111 of file VRCSDK3.cs.

Here is the caller graph for this function:

◆ ReadVarInt()

static int Midi.ParsedMidiFile.Reader.ReadVarInt ( byte[]  data,
ref int  i 
)
static

Definition at line 118 of file VRCSDK3.cs.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: