Exemple #1
0
 public SvagDecoder(IVagDecoder vagDecoder)
 {
     _vagDecoder = vagDecoder;
 }
Exemple #2
0
 public BeatmaniaPs2KeysoundDecoder(IVagDecoder vagDecoder, IBeatmaniaDspTranslator beatmaniaDspTranslator)
 {
     _vagDecoder             = vagDecoder;
     _beatmaniaDspTranslator = beatmaniaDspTranslator;
 }