pcm/Buffer: update API documentation

This commit is contained in:
Max Kellermann 2017-01-11 20:24:32 +01:00
parent b1bee9ff38
commit 8b754b24b6

View File

@ -40,7 +40,7 @@ public:
/** /**
* Get the buffer, and guarantee a minimum size. This buffer becomes * Get the buffer, and guarantee a minimum size. This buffer becomes
* invalid with the next pcm_buffer_get() call. * invalid with the next Get() call.
* *
* This function will never return nullptr, even if size is * This function will never return nullptr, even if size is
* zero, because the PCM library uses the nullptr return value * zero, because the PCM library uses the nullptr return value