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

@@ -123,6 +123,12 @@ namespace MediaBrowser.Model.Entities
/// <value>The filename.</value>
public string Path { get; set; }
/// <summary>
/// Gets or sets the pixel format.
/// </summary>
/// <value>The pixel format.</value>
public string PixelFormat { get; set; }
/// <summary>
/// Gets or sets the level.
/// </summary>