Add a TODO!

This commit is contained in:
adelikat 2016-02-28 13:25:48 -05:00
parent 9e3d57341f
commit fde8dc3d1c
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
{
void GetSamples(short[] samples);
void DiscardSamples();
// TODO: we want to remove this property. Clients do not need this information. This is only used by cores themselves, they should use their own interface/implementation to pass this information around
int MaxVolume { get; set; }
}
}