C# Class NScumm.Core.Video.SmackerAudioTrack

Inheritance: AudioTrack
Mostra file Open project: scemino/nscumm Class Usage Examples

Public Methods

Method 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 method

public QueueCompressedBuffer ( byte buffer, int bufferSize, int unpackedSize ) : void
buffer byte
bufferSize int
unpackedSize int
return void

QueuePCM() public method

public QueuePCM ( byte buffer, int bufferSize ) : void
buffer byte
bufferSize int
return void

Rewind() public method

public Rewind ( ) : bool
return bool

SmackerAudioTrack() public method

public SmackerAudioTrack ( IMixer mixer, AudioInfo audioInfo, SoundType soundType ) : System
mixer IMixer
audioInfo AudioInfo
soundType SoundType
return System