C# 클래스 AK.F1.Timing.F1Timing.Playback

Provides methods for creating AK.F1.Timing.Playback.IRecordedMessageReaders which read from persisted live-timing message streams.
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

공개 메소드들

메소드 설명
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