support duration on recording url

This commit is contained in:
Luke Pulverenti
2016-04-25 22:16:46 -04:00
parent 5401641e2b
commit 54e04dd027
6 changed files with 43 additions and 9 deletions

View File

@@ -46,6 +46,8 @@ namespace MediaBrowser.Controller.LiveTv
/// <param name="cancellationToken">The cancellation token.</param>
/// <returns>Task&lt;List&lt;MediaSourceInfo&gt;&gt;.</returns>
Task<List<MediaSourceInfo>> GetChannelStreamMediaSources(string channelId, CancellationToken cancellationToken);
string ApplyDuration(string streamPath, TimeSpan duration);
}
public interface IConfigurableTunerHost
{