Commit d478bdda authored by Max Kellermann's avatar Max Kellermann

pcm/Export: document that Export() may return an empty buffer

parent 1eae9339
...@@ -173,7 +173,8 @@ public: ...@@ -173,7 +173,8 @@ public:
* Export a PCM buffer. * Export a PCM buffer.
* *
* @param src the source PCM buffer * @param src the source PCM buffer
* @return the destination buffer (may be a pointer to the source buffer) * @return the destination buffer; may be empty (and may be a
* pointer to the source buffer)
*/ */
ConstBuffer<void> Export(ConstBuffer<void> src) noexcept; ConstBuffer<void> Export(ConstBuffer<void> src) noexcept;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment