initial commit of media shit
This commit is contained in:
commit
8c0a5e3aa7
38 changed files with 9195 additions and 0 deletions
15
usm_extract/src/util/RiffCalculatingOffsetDescription.cs
Normal file
15
usm_extract/src/util/RiffCalculatingOffsetDescription.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace VGMToolbox.util
|
||||
{
|
||||
public class RiffCalculatingOffsetDescription : CalculatingOffsetDescription
|
||||
{
|
||||
public const string START_OF_STRING = "start of";
|
||||
public const string END_OF_STRING = "end of";
|
||||
|
||||
public string RelativeLocationToRiffChunkString { set; get; }
|
||||
public string RiffChunkString { set; get; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue