Beispiel #1
0
 /// <summary>
 /// Indicates that a reposition has taken place, and internal buffers should be reset
 /// </summary>
 public void Reposition()
 {
     leftoverDestBytes   = 0;
     leftoverDestOffset  = 0;
     leftoverSourceBytes = 0;
     conversionStream.Reposition();
 }
Beispiel #2
0
 /// <summary>
 /// Resets the MP3 Frame Decompressor after a reposition operation
 /// </summary>
 public void Reset()
 {
     conversionStream.Reposition();
 }