equal
deleted
inserted
replaced
78 /** |
78 /** |
79 * Checks if audio routing can be changed using EnableLoudspeakerL |
79 * Checks if audio routing can be changed using EnableLoudspeakerL |
80 * |
80 * |
81 * @return ETrue if audio routing can be changed using EnableLoudspeakerL |
81 * @return ETrue if audio routing can be changed using EnableLoudspeakerL |
82 */ |
82 */ |
83 IMPORT_C TBool AudioRoutingCanBeChanged(); |
83 IMPORT_C TBool AudioRoutingCanBeChanged() const; |
84 |
84 |
|
85 /** |
|
86 * Checks if audio output is BT |
|
87 * |
|
88 * @return ETrue if audio routing is BT |
|
89 */ |
|
90 IMPORT_C TBool AudioOutputIsBT() const; |
|
91 |
85 /** |
92 /** |
86 * Activates/deactivates loadspeaker |
93 * Activates/deactivates loadspeaker |
87 * |
94 * |
88 * @param TBool Enable or disable loudspeaker |
95 * @param TBool Enable or disable loudspeaker |
89 * @param TBool Show activation dialog |
96 * @param TBool Show activation dialog |