C# 클래스 NScumm.Scumm.Audio.Players.Player_Mac.Channel

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

공개 프로퍼티들

프로퍼티 타입 설명
_data byte[]
_dataOffset int
_instrument Instrument
_length uint
_looped bool
_notesLeft bool
_pitchModifier int
_pos uint
_remaining uint
_velocity byte

공개 메소드들

메소드 설명
Channel ( ) : System
LoadInstrument ( Stream stream ) : bool
SaveOrLoad ( Serializer ser ) : void

메소드 상세

Channel() 공개 메소드

public Channel ( ) : System
리턴 System

LoadInstrument() 공개 메소드

public LoadInstrument ( Stream stream ) : bool
stream Stream
리턴 bool

SaveOrLoad() 공개 메소드

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

프로퍼티 상세

_data 공개적으로 프로퍼티

public byte[] _data
리턴 byte[]

_dataOffset 공개적으로 프로퍼티

public int _dataOffset
리턴 int

_instrument 공개적으로 프로퍼티

public Instrument _instrument
리턴 Instrument

_length 공개적으로 프로퍼티

public uint _length
리턴 uint

_looped 공개적으로 프로퍼티

public bool _looped
리턴 bool

_notesLeft 공개적으로 프로퍼티

public bool _notesLeft
리턴 bool

_pitchModifier 공개적으로 프로퍼티

public int _pitchModifier
리턴 int

_pos 공개적으로 프로퍼티

public uint _pos
리턴 uint

_remaining 공개적으로 프로퍼티

public uint _remaining
리턴 uint

_velocity 공개적으로 프로퍼티

public byte _velocity
리턴 byte