[AudioSystem][IVI]: Implementation of Tizen Audio System/Control API.
authorAmarnath Valluri <amarnath.valluri@linux.intel.com>
Wed, 12 Feb 2014 15:47:14 +0000 (17:47 +0200)
committerAmarnath Valluri <amarnath.valluri@linux.intel.com>
Tue, 17 Jun 2014 07:46:06 +0000 (10:46 +0300)
commit030755682b646811f5bf39651635df210bfea63a
tree14d55370bc694371f5719bbb56610e218853409f
parent3f0962644dabc1e80c76f2b90f4243c5441701c4
[AudioSystem][IVI]: Implementation of Tizen Audio System/Control API.

This commit implements proposed Tizen System Volume API on xwalk:
  https://wiki.tizen.org/wiki/User:Tanuk/AudioSystemAPI
This commit also includes a demo application that demonstrates the
usage of the api.

This enables to write volume control/settings/mixer type of web applications
using xwalk.

BUG=XWALK-1330
47 files changed:
audiosystem/audiosystem.gyp [new file with mode: 0644]
audiosystem/audiosystem_api.js [new file with mode: 0644]
audiosystem/audiosystem_audio_group.cc [new file with mode: 0644]
audiosystem/audiosystem_audio_group.h [new file with mode: 0644]
audiosystem/audiosystem_context.cc [new file with mode: 0644]
audiosystem/audiosystem_context.h [new file with mode: 0644]
audiosystem/audiosystem_device.cc [new file with mode: 0644]
audiosystem/audiosystem_device.h [new file with mode: 0644]
audiosystem/audiosystem_extension.cc [new file with mode: 0644]
audiosystem/audiosystem_extension.h [new file with mode: 0644]
audiosystem/audiosystem_instance.cc [new file with mode: 0644]
audiosystem/audiosystem_instance.h [new file with mode: 0644]
audiosystem/audiosystem_logs.h [new file with mode: 0644]
audiosystem/audiosystem_mute_control.cc [new file with mode: 0644]
audiosystem/audiosystem_mute_control.h [new file with mode: 0644]
audiosystem/audiosystem_stream.cc [new file with mode: 0644]
audiosystem/audiosystem_stream.h [new file with mode: 0644]
audiosystem/audiosystem_volume_control.cc [new file with mode: 0644]
audiosystem/audiosystem_volume_control.h [new file with mode: 0644]
demos/audiosystem/css/audiosystem.css [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/images/animated-overlay.gif [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/images/ui-icons_222222_256x240.png [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/images/ui-icons_228ef1_256x240.png [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/images/ui-icons_ef8c08_256x240.png [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/images/ui-icons_ffd27a_256x240.png [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/images/ui-icons_ffffff_256x240.png [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/jquery-ui-1.10.4.custom.css [new file with mode: 0644]
demos/audiosystem/css/ui-lightness/jquery-ui-1.10.4.custom.min.css [new file with mode: 0644]
demos/audiosystem/images/bg.png [new file with mode: 0644]
demos/audiosystem/index.html [new file with mode: 0644]
demos/audiosystem/js/audiosystem.js [new file with mode: 0644]
demos/audiosystem/js/jquery.1.10.2.js [new file with mode: 0644]
demos/audiosystem/js/jquery.ui.1.10.4.custom.js [new file with mode: 0644]
examples/audiosystem.html [new file with mode: 0644]
examples/index.html
packaging/tizen-extensions-crosswalk-audiosystem-demo [new file with mode: 0755]
packaging/tizen-extensions-crosswalk.spec
tizen-wrt.gyp