equal
deleted
inserted
replaced
68 * @return ETrue if audio routing can be changed using LoudspeakerL |
68 * @return ETrue if audio routing can be changed using LoudspeakerL |
69 */ |
69 */ |
70 TBool AudioRoutingCanBeChanged() const; |
70 TBool AudioRoutingCanBeChanged() const; |
71 |
71 |
72 /** |
72 /** |
73 * Checks if audio output is BT |
73 * Checks if audio routing is headset |
74 * |
74 * |
75 * @return ETrue if audio routing is BT |
75 * @return ETrue if audio routing is headset |
76 */ |
76 */ |
77 TBool AudioOutputIsBT() const; |
77 TBool IsAudioRoutingHeadset() const; |
|
78 |
|
79 /** |
|
80 * Checks if audio routing is LoudSpeaker |
|
81 * |
|
82 * @return ETrue if audio routing is LoudSpeaker and |
|
83 * currentMode != iAudioOutputAtStartup |
|
84 */ |
|
85 TBool IsAudioRoutingLoudSpeaker() const; |
78 |
86 |
79 /** |
87 /** |
80 * Changes the audio routing between loudspeaker and handset. |
88 * Changes the audio routing between loudspeaker and handset. |
81 * |
89 * |
82 * @param aShowDialog if ETrue, user is notified about new audio routing |
90 * @param aShowDialog if ETrue, user is notified about new audio routing |