| 21 | } |
| 22 | |
| 23 | int Enophone::prepare_session () |
| 24 | { |
| 25 | if (params.ip_port <= 0) |
| 26 | { |
| 27 | params.ip_port = 1; // default for enophone |
| 28 | } |
| 29 | return BTLibBoard::prepare_session (); |
| 30 | } |
| 31 | |
| 32 | int Enophone::start_stream (int buffer_size, const char *streamer_params) |
| 33 | { |
nothing calls this directly
no test coverage detected