add dlna service methods

This commit is contained in:
Luke Pulverenti
2014-03-26 15:21:29 -04:00
parent 80d84225b7
commit 6ac7675c15
9 changed files with 115 additions and 28 deletions

View File

@@ -23,6 +23,12 @@ namespace MediaBrowser.Controller.Dlna
/// </summary>
/// <returns>DeviceProfile.</returns>
DeviceProfile GetDefaultProfile();
/// <summary>
/// Deletes the profile.
/// </summary>
/// <param name="id">The identifier.</param>
void DeleteProfile(string id);
/// <summary>
/// Gets the profile.