public FmtChunkParams(WaveFormatStructType t)
     : base(WavChunkType.fmt, "fmt ")
 {
     StructType = t;
 }
Example #2
0
 public FmtChunkParams(WaveFormatStructType t)
     : base(WavChunkType.fmt, "fmt ")
 {
     StructType = t;
 }