C# Class NScumm.Core.Video.Track

Inheritance: ITrack
Datei anzeigen Open project: scemino/nscumm

Public Methods

Method Description
Pause ( bool shouldPause ) : void
Rewind ( ) : bool
Seek ( Timestamp time ) : bool

Protected Methods

Method Description
PauseIntern ( bool shouldPause ) : void

Method Details

Pause() public method

public Pause ( bool shouldPause ) : void
shouldPause bool
return void

PauseIntern() protected method

protected PauseIntern ( bool shouldPause ) : void
shouldPause bool
return void

Rewind() public method

public Rewind ( ) : bool
return bool

Seek() public method

public Seek ( Timestamp time ) : bool
time Timestamp
return bool