Initial check-in of VideoInfoProvider, although it's currently disabled.

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-20 15:16:51 -04:00
parent 8f024e8199
commit aae259d2cd
10 changed files with 166 additions and 60 deletions

View File

@@ -19,8 +19,7 @@ namespace MediaBrowser.Model.Entities
public class AudioStream
{
public string Format { get; set; }
public string Profile { get; set; }
public string Codec { get; set; }
public string Language { get; set; }
public int BitRate { get; set; }
public int Channels { get; set; }