mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools.DSP.Mixer: split classes into separate files.
This commit is contained in:
11
CUETools.DSP.Mixer/AudioReadEventArgs.cs
Normal file
11
CUETools.DSP.Mixer/AudioReadEventArgs.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using CUETools.Codecs;
|
||||
|
||||
namespace CUETools.DSP.Mixer
|
||||
{
|
||||
public class AudioReadEventArgs : EventArgs
|
||||
{
|
||||
public IAudioSource source;
|
||||
public AudioBuffer buffer;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user