C# Class AK.F1.Timing.F1Timing.Playback

Provides methods for creating AK.F1.Timing.Playback.IRecordedMessageReaders which read from persisted live-timing message streams.
Datei anzeigen Open project: simoneb/ak-f1-timing

Public Methods

Method Description
Read ( string path ) : IRecordedMessageReader

Creates a playback reader which reads live-timing messages persisted to the specified file path.

Method Details

Read() public static method

Creates a playback reader which reads live-timing messages persisted to the specified file path.
/// Thrown when is . /// /// Thrown when does not exist. /// /// Thrown when an IO error occurs whilst opening the specified . ///
public static Read ( string path ) : IRecordedMessageReader
path string The path of the recorded live-timing message stream.
return IRecordedMessageReader