Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 468 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 468 Bytes

libMediaAmbilight

Demo application with libMediaAmbilight using on Android. Android is connected to 4 Bluetooth leds (Giec leds).

Demo

Usage:

Ambilight.getInstance(View view, Context context, SurfaceHolder.Callback callback, Callable preparedCallback, Boolean debug); Surface surface = Ambilight.getSurface();

MediaPlayer mp = new MediaPlayer(); mp.setSurface(Ambilight.getSurface());