aboutsummaryrefslogtreecommitdiffstats
path: root/lib/file/file_source_c.h
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2013-01-10 20:28:16 +0100
committerDimitri Stolnikov <horiz0n@gmx.net>2013-01-10 20:28:16 +0100
commit61674dd63862e469e93bace17684684c205c2572 (patch)
tree8a8f7b58ec159b57fccd88bad8194a1af667dab4 /lib/file/file_source_c.h
parent887dbb14571588f0f24dff63561d33f15b3047f7 (diff)
file: add get_devices member which returns a default device
Diffstat (limited to 'lib/file/file_source_c.h')
-rw-r--r--lib/file/file_source_c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/file/file_source_c.h b/lib/file/file_source_c.h
index 8091118..ace491e 100644
--- a/lib/file/file_source_c.h
+++ b/lib/file/file_source_c.h
@@ -46,6 +46,8 @@ public:
std::string name();
+ static std::vector< std::string > get_devices();
+
size_t get_num_channels( void );
osmosdr::meta_range_t get_sample_rates( void );