Table of Contents

Interface ITvChannel

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest
Assembly
Sportradar.OddsFeed.SDK.dll

Defines a contract implemented by classes representing TV channels

public interface ITvChannel : IEntityPrinter
Inherited Members

Properties

Name

Gets a name of the channel represented by the current ITvChannel instance

string Name { get; }

Property Value

string

StartTime

Gets a DateTime specifying when the coverage on the channel represented by the current ITvChannel starts, or a null reference if the time is not known.

DateTime? StartTime { get; }

Property Value

DateTime?

StreamUrl

Gets the stream url of the channel represented by the current ITvChannel instance

string StreamUrl { get; }

Property Value

string