Commit 4d5f6100 authored by Max Kellermann's avatar Max Kellermann

Filter: update API documentation

parent c94b4466
...@@ -38,7 +38,7 @@ public: ...@@ -38,7 +38,7 @@ public:
* Opens the filter, preparing it for FilterPCM(). * Opens the filter, preparing it for FilterPCM().
* *
* @param filter the filter object * @param filter the filter object
* @param audio_format the audio format of incoming data; the * @param af the audio format of incoming data; the
* plugin may modify the object to enforce another input * plugin may modify the object to enforce another input
* format * format
* @param error location to store the error occurring, or nullptr * @param error location to store the error occurring, or nullptr
...@@ -63,7 +63,7 @@ public: ...@@ -63,7 +63,7 @@ public:
* @param error location to store the error occurring, or nullptr * @param error location to store the error occurring, or nullptr
* to ignore errors. * to ignore errors.
* @return the destination buffer on success (will be * @return the destination buffer on success (will be
* invalidated by filter_close() or filter_filter()), nullptr on * invalidated by Close() or FilterPCM()), nullptr on
* error * error
*/ */
virtual const void *FilterPCM(const void *src, size_t src_size, virtual const void *FilterPCM(const void *src, size_t src_size,
......
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