record IsAvc

This commit is contained in:
Luke Pulverenti
2016-04-27 15:23:05 -04:00
parent 92bdbe22b4
commit dfa2557874
6 changed files with 74 additions and 5 deletions

View File

@@ -42,6 +42,8 @@ namespace MediaBrowser.Model.Entities
/// <value><c>true</c> if this instance is interlaced; otherwise, <c>false</c>.</value>
public bool IsInterlaced { get; set; }
public bool? IsAVC { get; set; }
/// <summary>
/// Gets or sets the channel layout.
/// </summary>