Initial commit
[fillmore] / src / marina / TransportDelegate.vala
1 /* Copyright 2010 Yorba Foundation
2  *
3  * This software is licensed under the GNU Lesser General Public License
4  * (version 2.1 or later).  See the COPYING file in this distribution. 
5  */
6
7 public interface TransportDelegate : Object {
8     public abstract bool is_playing();
9     public abstract bool is_recording();
10     public abstract bool is_stopped();
11 }