Commit d5d57052 authored by Max Kellermann's avatar Max Kellermann

pcm/Export: update API documentation

parent 96d74e77
...@@ -50,12 +50,12 @@ class PcmExport { ...@@ -50,12 +50,12 @@ class PcmExport {
/** /**
* The buffer is used to convert DSD samples to DSD_U16 or DSD_U32. * The buffer is used to convert DSD samples to DSD_U16 or DSD_U32.
* *
* @see #dsd_u16, #dsd_u32 * @see DsdMode::U16, DsdMode::U32
*/ */
PcmBuffer dsd_buffer; PcmBuffer dsd_buffer;
/** /**
* @see #dop * @see DsdMode::DOP
*/ */
DsdToDopConverter dop_converter; DsdToDopConverter dop_converter;
#endif #endif
......
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