pcm/PcmDsd: make attributes private
This commit is contained in:
parent
1a002eb23d
commit
abeebfe070
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user