add additional transcoding info

This commit is contained in:
Luke Pulverenti
2014-06-06 00:56:47 -04:00
parent f7cd7182d5
commit 6120286bfd
4 changed files with 11 additions and 2 deletions

View File

@@ -66,5 +66,9 @@
public float? Framerate { get; set; }
public double? CompletionPercentage { get; set; }
public int? Width { get; set; }
public int? Height { get; set; }
public int? AudioChannels { get; set; }
}
}