Fix SoundRecorder build
This commit is contained in:
parent
3ef4b20086
commit
3dbb4ff62d
@ -16,12 +16,12 @@
|
|||||||
#include <Locale.h>
|
#include <Locale.h>
|
||||||
#include <MediaFile.h>
|
#include <MediaFile.h>
|
||||||
#include <MediaNode.h>
|
#include <MediaNode.h>
|
||||||
|
#include <MediaRecorder.h>
|
||||||
#include <MediaTrack.h>
|
#include <MediaTrack.h>
|
||||||
#include <SoundPlayer.h>
|
#include <SoundPlayer.h>
|
||||||
#include <Window.h>
|
#include <Window.h>
|
||||||
|
|
||||||
#include "DrawButton.h"
|
#include "DrawButton.h"
|
||||||
#include "MediaRecorder.h"
|
|
||||||
#include "ScopeView.h"
|
#include "ScopeView.h"
|
||||||
#include "SoundListView.h"
|
#include "SoundListView.h"
|
||||||
#include "TransportButton.h"
|
#include "TransportButton.h"
|
||||||
@ -42,9 +42,6 @@ class BSlider;
|
|||||||
class BStringView;
|
class BStringView;
|
||||||
|
|
||||||
|
|
||||||
using BPrivate::media::BMediaRecorder;
|
|
||||||
|
|
||||||
|
|
||||||
class RecorderWindow : public BWindow {
|
class RecorderWindow : public BWindow {
|
||||||
public:
|
public:
|
||||||
RecorderWindow();
|
RecorderWindow();
|
||||||
|
Loading…
Reference in New Issue
Block a user