mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 04:58:14 +00:00
Add new state for unplugged sound cards.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@411 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
048394a967
commit
4fdf8a365f
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ struct _MSSndCardDesc{
|
|||
*/
|
||||
typedef struct _MSSndCardDesc MSSndCardDesc;
|
||||
|
||||
#define MS_SND_CARD_CAP_DISABLED (0)
|
||||
#define MS_SND_CARD_CAP_CAPTURE (1)
|
||||
#define MS_SND_CARD_CAP_PLAYBACK (1<<1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue