waveinput/output: allowed external access to data length value

This commit is contained in:
itsmattkc
2020-02-19 11:40:54 +11:00
parent f63106b2d6
commit 5e75e9b3b0
4 changed files with 14 additions and 0 deletions
+5
View File
@@ -115,6 +115,11 @@ void WaveOutput::close()
}
}
const int& WaveOutput::data_length() const
{
return data_length_;
}
const AudioRenderingParams &WaveOutput::params() const
{
return params_;