C# Class NScumm.Core.Video.VideoTrack

Inheritance: Track
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode Description
DecodeNextFrame ( ) : Surface
GetNextFrameStartTime ( ) : uint
GetPalette ( ) : byte[]
HasDirtyPalette ( ) : bool
SetReverse ( bool reverse ) : bool

Method Details

DecodeNextFrame() public abstract méthode

public abstract DecodeNextFrame ( ) : Surface
Résultat NScumm.Core.Graphics.Surface

GetNextFrameStartTime() public abstract méthode

public abstract GetNextFrameStartTime ( ) : uint
Résultat uint

GetPalette() public méthode

public GetPalette ( ) : byte[]
Résultat byte[]

HasDirtyPalette() public méthode

public HasDirtyPalette ( ) : bool
Résultat bool

SetReverse() public méthode

public SetReverse ( bool reverse ) : bool
reverse bool
Résultat bool