mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-27 01:31:08 +00:00
added DMIX plugin
This commit is contained in:
parent
8720faaccb
commit
fd52ee0085
@ -345,7 +345,9 @@ enum _snd_pcm_type {
|
|||||||
/** Linear Integer <-> Linear Float format conversion PCM */
|
/** Linear Integer <-> Linear Float format conversion PCM */
|
||||||
SND_PCM_TYPE_LINEAR_FLOAT,
|
SND_PCM_TYPE_LINEAR_FLOAT,
|
||||||
/** LADSPA integration plugin */
|
/** LADSPA integration plugin */
|
||||||
SND_PCM_TYPE_LADSPA
|
SND_PCM_TYPE_LADSPA,
|
||||||
|
/** Direct Mixing plugin */
|
||||||
|
SND_PCM_TYPE_DMIX
|
||||||
};
|
};
|
||||||
|
|
||||||
/** PCM type */
|
/** PCM type */
|
||||||
|
Loading…
Reference in New Issue
Block a user