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

상속: VideoDecoder
파일 보기 프로젝트 열기: scemino/nscumm

공개 메소드들

메소드 설명
Close ( ) : void
LoadStream ( Stream stream ) : bool
Rewind ( ) : bool
SmackerDecoder ( IMixer mixer, SoundType soundType = SoundType.SFX ) : System

보호된 메소드들

메소드 설명
ReadNextPacket ( ) : void

비공개 메소드들

메소드 설명
CreateVideoTrack ( uint width, uint height, uint frameCount, Rational frameRate, uint flags, uint signature ) : SmackerVideoTrack
HandleAudioTrack ( byte track, int chunkSize, int unpackedSize ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

LoadStream() 공개 메소드

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

ReadNextPacket() 보호된 메소드

protected ReadNextPacket ( ) : void
리턴 void

Rewind() 공개 메소드

public Rewind ( ) : bool
리턴 bool

SmackerDecoder() 공개 메소드

public SmackerDecoder ( IMixer mixer, SoundType soundType = SoundType.SFX ) : System
mixer IMixer
soundType SoundType
리턴 System