diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-24 22:00:19 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-24 22:00:19 -0400 |
| commit | eca1ba0b12da195dff3c31ffb799e4e3a7b5b5b9 (patch) | |
| tree | 436352b39c2c78e1b6731a9d44c09dd8407bed2f /MediaBrowser.Model/Entities/MediaStream.cs | |
| parent | 725e1a1509231650ae448d9eb7db55cce6fcd6bb (diff) | |
fixes #797 - Determine mpeg2ts timestamp info
Diffstat (limited to 'MediaBrowser.Model/Entities/MediaStream.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/MediaStream.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs index 920112d02..d54e3c0ef 100644 --- a/MediaBrowser.Model/Entities/MediaStream.cs +++ b/MediaBrowser.Model/Entities/MediaStream.cs @@ -1,6 +1,5 @@ using System.Collections.Generic; using System.Diagnostics; -using MediaBrowser.Model.Dlna; namespace MediaBrowser.Model.Entities { @@ -53,12 +52,6 @@ namespace MediaBrowser.Model.Entities public int? PacketLength { get; set; } /// <summary> - /// Gets or sets the timestamp. - /// </summary> - /// <value>The timestamp.</value> - public TransportStreamTimestamp Timestamp { get; set; } - - /// <summary> /// Gets or sets the channels. /// </summary> /// <value>The channels.</value> |
