Class TSEpgEvent
- Namespace
- VisioForge.Core.Types.X.Special
- Assembly
- VisioForge.Core.dll
An EPG event decoded from the Event Information Table (EIT).
public class TSEpgEventInheritance
Inherited Members
Properties
Description
Gets or sets the event description text from the short event descriptor (tag 0x4D).
public string Description { get; set; }Property Value
Duration
Gets or sets the event duration.
public TimeSpan Duration { get; set; }Property Value
EventId
Gets or sets the event identifier.
public int EventId { get; set; }Property Value
Name
Gets or sets the event name from the short event descriptor (tag 0x4D).
public string Name { get; set; }Property Value
ServiceId
Gets or sets the service identifier this event belongs to.
public int ServiceId { get; set; }Property Value
StartTimeUtc
Gets or sets the event start time in UTC, decoded from the MJD + BCD start
time, or null when unavailable.
public DateTime? StartTimeUtc { get; set; }