pcm/Export: rename GetFrameSize() to GetOutputFrameSize()
This commit is contained in:
+1
-1
@@ -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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user