pcm/Export: document that Export() may return an empty buffer
This commit is contained in:
parent
1eae9339f2
commit
d478bdda8e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user