add subtitle delivery methods to StreamBuilder

This commit is contained in:
Luke Pulverenti
2014-07-18 15:07:28 -04:00
parent 97c5b468a0
commit b4b17d7717
87 changed files with 1887 additions and 504 deletions

View File

@@ -6,4 +6,9 @@ namespace MediaBrowser.Controller.Channels
{
IEnumerable<IChannel> GetChannels();
}
public interface IFactoryChannel
{
}
}