Table of Contents

Class TSEpgEvent

Namespace
VisioForge.Core.Types.X.Special
Assembly
VisioForge.Core.dll

An EPG event decoded from the Event Information Table (EIT).

public class TSEpgEvent

Inheritance

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

string

Duration

Gets or sets the event duration.

public TimeSpan Duration { get; set; }

Property Value

TimeSpan

EventId

Gets or sets the event identifier.

public int EventId { get; set; }

Property Value

int

Name

Gets or sets the event name from the short event descriptor (tag 0x4D).

public string Name { get; set; }

Property Value

string

ServiceId

Gets or sets the service identifier this event belongs to.

public int ServiceId { get; set; }

Property Value

int

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; }

Property Value

DateTime?