mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
fix for c++ compilation
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@449 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
d5ec16744a
commit
a821c98f2e
1 changed files with 6 additions and 6 deletions
|
|
@ -66,10 +66,10 @@ enum _MSSndCardCapture {
|
|||
};
|
||||
|
||||
/**
|
||||
* Structure for sound card mixer values.
|
||||
* @var MSSndCardMixerElem
|
||||
* Structure for sound card capture source values.
|
||||
* @var MSSndCardCapture
|
||||
*/
|
||||
typedef enum _MSSndCardControlElem MSSndCardControlElem;
|
||||
typedef enum _MSSndCardCapture MSSndCardCapture;
|
||||
|
||||
enum _MSSndCardControlElem {
|
||||
MS_SND_CARD_MASTER_MUTE,
|
||||
|
|
@ -78,10 +78,10 @@ enum _MSSndCardControlElem {
|
|||
};
|
||||
|
||||
/**
|
||||
* Structure for sound card capture source values.
|
||||
* @var MSSndCardCapture
|
||||
* Structure for sound card mixer values.
|
||||
* @var MSSndCardControlElem
|
||||
*/
|
||||
typedef enum _MSSndCardCapture MSSndCardCapture;
|
||||
typedef enum _MSSndCardControlElem MSSndCardControlElem;
|
||||
|
||||
struct _MSSndCard;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue