pcm/PcmDsd: make attributes private
This commit is contained in:
parent
1a002eb23d
commit
abeebfe070
@ -28,11 +28,12 @@
|
||||
/**
|
||||
* Wrapper for the dsd2pcm library.
|
||||
*/
|
||||
struct PcmDsd {
|
||||
class PcmDsd {
|
||||
PcmBuffer buffer;
|
||||
|
||||
struct dsd2pcm_ctx_s *dsd2pcm[32];
|
||||
|
||||
public:
|
||||
PcmDsd();
|
||||
~PcmDsd();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user