|
| static unsafe byte[] | FromRSTM (byte[] rstm) |
| |
| static unsafe byte[] | ToRSTM (byte[] cstm) |
| |
◆ FromRSTM()
| static unsafe byte[] BrawlLib.Wii.Audio.CSTMConverter.FromRSTM |
( |
byte[] |
rstm | ) |
|
|
inlinestatic |
10 {
11 fixed (byte* ptr = rstm)
12 {
14 }
15 }
static unsafe byte[] FromRSTM(byte[] rstm)
Definition: CSTMConverter.cs:9
◆ ToRSTM()
| static unsafe byte[] BrawlLib.Wii.Audio.CSTMConverter.ToRSTM |
( |
byte[] |
cstm | ) |
|
|
inlinestatic |
78 {
79 fixed (byte* ptr = cstm)
80 {
81 return ToRSTM((CSTMHeader*) ptr);
82 }
83 }
static unsafe byte[] ToRSTM(byte[] cstm)
Definition: CSTMConverter.cs:77
The documentation for this class was generated from the following file:
- BrawlLib/Wii/Audio/CSTMConverter.cs