xref: /haiku/src/kits/media/experimental/MediaIO.cpp (revision 5b189b0e1e2f51f367bfcb126b2f00a3702f352d)
1 /*
2  * Copyright 2016 Dario Casalinuovo. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  *
5  */
6 
7 #include <MediaIO.h>
8 
9 
10 BMediaIO::BMediaIO()
11 {
12 }
13 
14 
15 BMediaIO::BMediaIO(const BMediaIO &)
16 {
17 	// copying not allowed...
18 }
19 
20 
21 BMediaIO::~BMediaIO()
22 {
23 }
24 
25 
26 // FBC
27 void BMediaIO::_ReservedMediaIO1() {}
28 void BMediaIO::_ReservedMediaIO2() {}
29 void BMediaIO::_ReservedMediaIO3() {}
30 void BMediaIO::_ReservedMediaIO4() {}
31 void BMediaIO::_ReservedMediaIO5() {}
32