C# Class LongoMatch.Core.Common.Seeker

Inheritance: IDisposable
ファイルを表示 Open project: GNOME/longomatch

Public Methods

Method Description
Dispose ( ) : void
Seek ( SeekType seekType, Time start = null, float rate = 1 ) : void
Seeker ( uint timeoutMS = 80 ) : System

Private Methods

Method Description
HandleSeekTimeout ( object state ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Seek() public method

public Seek ( SeekType seekType, Time start = null, float rate = 1 ) : void
seekType SeekType
start LongoMatch.Core.Store.Time
rate float
return void

Seeker() public method

public Seeker ( uint timeoutMS = 80 ) : System
timeoutMS uint
return System