Revision 3e8c1915 gr-audio-osx/src/audio_osx_source.h
| b/gr-audio-osx/src/audio_osx_source.h | ||
|---|---|---|
| 1 | 1 |
/* -*- c++ -*- */ |
| 2 | 2 |
/* |
| 3 |
* Copyright 2006 Free Software Foundation, Inc. |
|
| 3 |
* Copyright 2006,2010 Free Software Foundation, Inc.
|
|
| 4 | 4 |
* |
| 5 | 5 |
* This file is part of GNU Radio. |
| 6 | 6 |
* |
| ... | ... | |
| 66 | 66 |
UInt32 d_n_AvailableInputFrames, d_n_ActualInputFrames; |
| 67 | 67 |
UInt32 d_n_user_channels, d_n_max_channels, d_n_deviceChannels; |
| 68 | 68 |
bool d_do_block, d_passThrough, d_waiting_for_data; |
| 69 |
mld_mutex_ptr d_internal;
|
|
| 70 |
mld_condition_ptr d_cond_data;
|
|
| 69 |
gruel::mutex* d_internal;
|
|
| 70 |
gruel::condition_variable* d_cond_data;
|
|
| 71 | 71 |
circular_buffer<float>** d_buffers; |
| 72 | 72 |
|
| 73 | 73 |
// AudioUnits and Such |
Also available in: Unified diff