C# Class NScumm.Core.Video.SmackerDecoder

Inheritance: VideoDecoder
Afficher le fichier Open project: scemino/nscumm

Méthodes publiques

Méthode Description
Close ( ) : void
LoadStream ( Stream stream ) : bool
Rewind ( ) : bool
SmackerDecoder ( IMixer mixer, SoundType soundType = SoundType.SFX ) : System

Méthodes protégées

Méthode Description
ReadNextPacket ( ) : void

Private Methods

Méthode Description
CreateVideoTrack ( uint width, uint height, uint frameCount, Rational frameRate, uint flags, uint signature ) : SmackerVideoTrack
HandleAudioTrack ( byte track, int chunkSize, int unpackedSize ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

LoadStream() public méthode

public LoadStream ( Stream stream ) : bool
stream Stream
Résultat bool

ReadNextPacket() protected méthode

protected ReadNextPacket ( ) : void
Résultat void

Rewind() public méthode

public Rewind ( ) : bool
Résultat bool

SmackerDecoder() public méthode

public SmackerDecoder ( IMixer mixer, SoundType soundType = SoundType.SFX ) : System
mixer IMixer
soundType SoundType
Résultat System