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

Decoder for PSX stream videos. This currently implements the most basic PSX stream format that is used by most games on the system. Special variants are not supported at this time.
상속: VideoDecoder
파일 보기 프로젝트 열기: scemino/nscumm

공개 메소드들

메소드 설명
Close ( ) : void
LoadStream ( Stream stream ) : bool
PsxStreamDecoder ( IMixer mixer, CDSpeed speed, PixelFormat screenFormat, uint frameCount ) : System

보호된 메소드들

메소드 설명
ReadNextPacket ( ) : void

비공개 메소드들

메소드 설명
ReadSector ( ) : Stream

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

LoadStream() 공개 메소드

public LoadStream ( Stream stream ) : bool
stream Stream
리턴 bool

PsxStreamDecoder() 공개 메소드

public PsxStreamDecoder ( IMixer mixer, CDSpeed speed, PixelFormat screenFormat, uint frameCount ) : System
mixer IMixer
speed CDSpeed
screenFormat PixelFormat
frameCount uint
리턴 System

ReadNextPacket() 보호된 메소드

protected ReadNextPacket ( ) : void
리턴 void