Table of Contents

Interface IReplayStatus

Namespace
Sportradar.OddsFeed.SDK.Api.Replay
Assembly
Sportradar.OddsFeed.SDK.dll

Defines a contract for status of replay player

public interface IReplayStatus

Properties

LastMessageFromEvent

Gets the Urn of the event in last message

Urn LastMessageFromEvent { get; }

Property Value

Urn

The last message from event.

PlayerStatus

Gets the player status. Possible values are: player is playing, player is stopped, player was never playing.

ReplayPlayerStatus PlayerStatus { get; }

Property Value

ReplayPlayerStatus