C# Class NScumm.Core.Video.VideoTrack

Inheritance: Track
显示文件 Open project: scemino/nscumm Class Usage Examples

Public Methods

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

Method Details

DecodeNextFrame() public abstract method

public abstract DecodeNextFrame ( ) : Surface
return NScumm.Core.Graphics.Surface

GetNextFrameStartTime() public abstract method

public abstract GetNextFrameStartTime ( ) : uint
return uint

GetPalette() public method

public GetPalette ( ) : byte[]
return byte[]

HasDirtyPalette() public method

public HasDirtyPalette ( ) : bool
return bool

SetReverse() public method

public SetReverse ( bool reverse ) : bool
reverse bool
return bool