support conditions with direct play profiles

This commit is contained in:
Luke Pulverenti
2014-03-22 14:25:03 -04:00
parent 662929fe8b
commit 24246ba85f
8 changed files with 332 additions and 95 deletions

View File

@@ -68,13 +68,15 @@ namespace MediaBrowser.Controller.Dlna
public class ProfileCondition
{
public ProfileConditionType Condition { get; set; }
public ProfileConditionValue Value { get; set; }
public ProfileConditionValue Property { get; set; }
public string Value { get; set; }
}
public enum DlnaProfileType
{
Audio = 0,
Video = 1
Video = 1,
Photo = 2
}
public enum ProfileConditionType