C# Класс AK.F1.Timing.F1Timing.Playback

Provides methods for creating AK.F1.Timing.Playback.IRecordedMessageReaders which read from persisted live-timing message streams.
Показать файл Открыть проект

Открытые методы

Метод Описание
Read ( string path ) : IRecordedMessageReader

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

Описание методов

Read() публичный статический метод

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.
Результат IRecordedMessageReader