Commit abeebfe0 authored by Max Kellermann's avatar Max Kellermann

pcm/PcmDsd: make attributes private

parent 1a002eb2
...@@ -28,11 +28,12 @@ ...@@ -28,11 +28,12 @@
/** /**
* Wrapper for the dsd2pcm library. * Wrapper for the dsd2pcm library.
*/ */
struct PcmDsd { class PcmDsd {
PcmBuffer buffer; PcmBuffer buffer;
struct dsd2pcm_ctx_s *dsd2pcm[32]; struct dsd2pcm_ctx_s *dsd2pcm[32];
public:
PcmDsd(); PcmDsd();
~PcmDsd(); ~PcmDsd();
......
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