GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
osx_impl.h File Reference
#include <gnuradio/audio/api.h>
#include <iostream>
#include <vector>
#include <string.h>
#include <AudioToolbox/AudioToolbox.h>
#include <AudioUnit/AudioUnit.h>
Include dependency graph for osx_impl.h:

Go to the source code of this file.

Namespaces

 gr
 Include this header to use the message passing features.
 
 gr::audio
 
 gr::audio::osx
 

Functions

std::ostream &GR_AUDIO_API gr::audio::osx::operator<< (std::ostream &s, const AudioStreamBasicDescription &asbd)
 
void GR_AUDIO_API gr::audio::osx::get_num_channels_for_audio_device_id (AudioDeviceID ad_id, UInt32 *n_input, UInt32 *n_output)
 
void GR_AUDIO_API gr::audio::osx::find_audio_devices (const std::string &device_name, bool is_input, std::vector< AudioDeviceID > *all_ad_ids, std::vector< std::string > *all_names)