Commit 4fdf8a36 authored by aymeric's avatar aymeric
Browse files

Add new state for unplugged sound cards.

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@411 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
parent 048394a9
No related merge requests found
Showing with 1 addition 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)
......
Supports Markdown
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