mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Simplified LinphoneAudioRouteEnum to please the wrapper generator
This commit is contained in:
parent
7532be6692
commit
1877a93662
1 changed files with 2 additions and 2 deletions
|
|
@ -182,8 +182,8 @@ typedef enum _LinphoneAddressFamily {
|
|||
* @ingroup call_control
|
||||
**/
|
||||
typedef enum _LinphoneAudioRoute {
|
||||
LinphoneAudioRouteEarpiece = MSAudioRouteEarpiece,
|
||||
LinphoneAudioRouteSpeaker = MSAudioRouteSpeaker
|
||||
LinphoneAudioRouteEarpiece,
|
||||
LinphoneAudioRouteSpeaker
|
||||
} LinphoneAudioRoute;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue