pcm/Export: rename GetFrameSize() to GetOutputFrameSize()

This commit is contained in:
Max Kellermann
2019-06-26 15:45:44 +02:00
parent e69fd0300a
commit 2f243f2295
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ PcmExport::Reset() noexcept
}
size_t
PcmExport::GetFrameSize() const noexcept
PcmExport::GetOutputFrameSize() const noexcept
{
if (pack24)
/* packed 24 bit samples (3 bytes per sample) */
+1 -1
View File
@@ -188,7 +188,7 @@ public:
* Calculate the size of one output frame.
*/
gcc_pure
size_t GetFrameSize() const noexcept;
size_t GetOutputFrameSize() const noexcept;
/**
* Export a PCM buffer.