diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-06 00:56:47 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-06 00:56:47 -0400 |
| commit | 6120286bfdc274b8cb388b1d67bf616b6c2d09d0 (patch) | |
| tree | 720a5be16b229523deb1cdb125af4217c5166782 /MediaBrowser.Model/Session | |
| parent | f7cd7182d55779b623c8da34bb3ca3b524194830 (diff) | |
add additional transcoding info
Diffstat (limited to 'MediaBrowser.Model/Session')
| -rw-r--r-- | MediaBrowser.Model/Session/PlayerStateInfo.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Session/PlayerStateInfo.cs b/MediaBrowser.Model/Session/PlayerStateInfo.cs index 24f9ef3e0..e196d9d59 100644 --- a/MediaBrowser.Model/Session/PlayerStateInfo.cs +++ b/MediaBrowser.Model/Session/PlayerStateInfo.cs @@ -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; } } }
\ No newline at end of file |
