~ps-jenkins/qtubuntu-camera/ubuntu-vivid-proposed

« back to all changes in this revision

Viewing changes to src/aalcameraservice.cpp

  • Committer: CI bot
  • Author(s): Jim Hodapp, Jim Hodapp
  • Date: 2014-08-07 21:29:23 UTC
  • mfrom: (91.1.21 audio-recording)
  • Revision ID: ps-jenkins@lists.canonical.com-20140807212923-2vy4jdebum42ozpd
Created a new AudioCapture class that is responsible for opening the microphone channel from Pulseaudio and feeds the data to the Android side of camera recording via a named pipe Fixes: 1342127
Approved by: Manuel de la Peña

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2013 Canonical, Ltd.
 
2
 * Copyright (C) 2013-2014 Canonical, Ltd.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU Lesser General Public License as published by
27
27
#include "aalvideoencodersettingscontrol.h"
28
28
#include "aalvideorenderercontrol.h"
29
29
#include "aalviewfindersettingscontrol.h"
 
30
#include "storagemanager.h"
30
31
#include "aalcameraexposurecontrol.h"
31
 
#include <storagemanager.h>
32
32
 
33
33
#include <hybris/camera/camera_compatibility_layer.h>
34
34