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

This commit is contained in:
Max Kellermann 2019-06-17 21:07:08 +02:00
parent 1eae9339f2
commit d478bdda8e

View File

@ -173,7 +173,8 @@ public:
* Export a 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;