C# Class NScumm.Core.Video.SmackerAudioTrack

Inheritance: AudioTrack
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode Description
QueueCompressedBuffer ( byte buffer, int bufferSize, int unpackedSize ) : void
QueuePCM ( byte buffer, int bufferSize ) : void
Rewind ( ) : bool
SmackerAudioTrack ( IMixer mixer, AudioInfo audioInfo, SoundType soundType ) : System

Method Details

QueueCompressedBuffer() public méthode

public QueueCompressedBuffer ( byte buffer, int bufferSize, int unpackedSize ) : void
buffer byte
bufferSize int
unpackedSize int
Résultat void

QueuePCM() public méthode

public QueuePCM ( byte buffer, int bufferSize ) : void
buffer byte
bufferSize int
Résultat void

Rewind() public méthode

public Rewind ( ) : bool
Résultat bool

SmackerAudioTrack() public méthode

public SmackerAudioTrack ( IMixer mixer, AudioInfo audioInfo, SoundType soundType ) : System
mixer IMixer
audioInfo AudioInfo
soundType SoundType
Résultat System