Every source, sink, and filter is now also a controller.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / Source.java
index 4e9895e..cf2dd66 100644 (file)
@@ -7,7 +7,7 @@ import java.io.IOException;
  *
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
-public interface Source {
+public interface Source extends Controlled {
 
        /**
         * Returns the metadata of the audio stream.