C# 클래스 NScumm.Core.Video.VideoTrack

상속: Track
파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 메소드들

메소드 설명
DecodeNextFrame ( ) : Surface
GetNextFrameStartTime ( ) : uint
GetPalette ( ) : byte[]
HasDirtyPalette ( ) : bool
SetReverse ( bool reverse ) : bool

메소드 상세

DecodeNextFrame() 공개 추상적인 메소드

public abstract DecodeNextFrame ( ) : Surface
리턴 NScumm.Core.Graphics.Surface

GetNextFrameStartTime() 공개 추상적인 메소드

public abstract GetNextFrameStartTime ( ) : uint
리턴 uint

GetPalette() 공개 메소드

public GetPalette ( ) : byte[]
리턴 byte[]

HasDirtyPalette() 공개 메소드

public HasDirtyPalette ( ) : bool
리턴 bool

SetReverse() 공개 메소드

public SetReverse ( bool reverse ) : bool
reverse bool
리턴 bool