updated ffmpeg

This commit is contained in:
Luke Pulverenti
2014-01-04 22:50:29 -05:00
parent 2788d8d201
commit 4d4ea6e42c
10 changed files with 140 additions and 81 deletions

View File

@@ -154,5 +154,13 @@ namespace MediaBrowser.Controller.LiveTv
/// <param name="cancellationToken">The cancellation token.</param>
/// <returns>Task{Stream}.</returns>
Task<LiveStreamInfo> GetChannelStream(string channelId, CancellationToken cancellationToken);
/// <summary>
/// Closes the live stream.
/// </summary>
/// <param name="id">The identifier.</param>
/// <param name="cancellationToken">The cancellation token.</param>
/// <returns>Task.</returns>
Task CloseLiveStream(string id, CancellationToken cancellationToken);
}
}