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

상속: AudioTrack
파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 메소드들

메소드 설명
QueueCompressedBuffer ( byte buffer, int bufferSize, int unpackedSize ) : void
QueuePCM ( byte buffer, int bufferSize ) : void
Rewind ( ) : bool
SmackerAudioTrack ( IMixer mixer, AudioInfo audioInfo, SoundType soundType ) : System

메소드 상세

QueueCompressedBuffer() 공개 메소드

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

QueuePCM() 공개 메소드

public QueuePCM ( byte buffer, int bufferSize ) : void
buffer byte
bufferSize int
리턴 void

Rewind() 공개 메소드

public Rewind ( ) : bool
리턴 bool

SmackerAudioTrack() 공개 메소드

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