C# 클래스 NScumm.Scumm.Audio.Players.Player_Towns.PcmCurrentSound

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

공개 프로퍼티들

프로퍼티 타입 설명
chan ushort
index ushort
looping byte
note byte
pan byte
paused byte
priority uint
velo byte

공개 메소드들

메소드 설명
SaveOrLoad ( Serializer ser ) : void

메소드 상세

SaveOrLoad() 공개 메소드

public SaveOrLoad ( Serializer ser ) : void
ser NScumm.Scumm.IO.Serializer
리턴 void

프로퍼티 상세

chan 공개적으로 프로퍼티

public ushort chan
리턴 ushort

index 공개적으로 프로퍼티

public ushort index
리턴 ushort

looping 공개적으로 프로퍼티

public byte looping
리턴 byte

note 공개적으로 프로퍼티

public byte note
리턴 byte

pan 공개적으로 프로퍼티

public byte pan
리턴 byte

paused 공개적으로 프로퍼티

public byte paused
리턴 byte

priority 공개적으로 프로퍼티

public uint priority
리턴 uint

velo 공개적으로 프로퍼티

public byte velo
리턴 byte