Add a TODO!
This commit is contained in:
parent
9e3d57341f
commit
fde8dc3d1c
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue