VISR  0.11.8
Versatile Interactive Scene Renderer
options.hpp
Go to the documentation of this file.
1 /* Copyright Institute of Sound and Vibration Research - All rights reserved */
2 
3 #ifndef VISR_APPS_AUDIO_NETWORK_STREAMER_OPTIONS_HPP_INCLUDED
4 #define VISR_APPS_AUDIO_NETWORK_STREAMER_OPTIONS_HPP_INCLUDED
5 
7 
8 namespace visr
9 {
10 namespace apps
11 {
12 namespace audio_network_streamer
13 {
14 
16 {
17 public:
18  Options();
19 
20  ~Options();
21 };
22 
23 } // namespace audio_network_streamer
24 } // namespace apps
25 } // namespace visr
26 
27 #endif // #ifndef VISR_APPS_AUDIO_NETWORK_STREAMER_OPTIONS_HPP_INCLUDED
Definition: options.hpp:18
~Options()
Definition: options.cpp:26
Definition: options.cpp:10
Options()
Definition: options.cpp:14