pcm/Export: update API documentation

This commit is contained in:
Max Kellermann 2019-06-16 11:52:57 +02:00
parent 22a9e866bc
commit b64571f4a5

View File

@ -30,7 +30,7 @@ struct AudioFormat;
/**
* An object that handles export of PCM samples to some instance
* outside of MPD. It has a few more options to tweak the binary
* representation which are not supported by the pcm_convert library.
* representation which are not supported by the #PcmConvert library.
*/
class PcmExport {
/**