C# Class NScumm.Scumm.Audio.Players.Player_Mac.Channel

Mostrar archivo Open project: scemino/nscumm

Public Properties

Property Type Description
_data byte[]
_dataOffset int
_instrument Instrument
_length uint
_looped bool
_notesLeft bool
_pitchModifier int
_pos uint
_remaining uint
_velocity byte

Public Methods

Method Description
Channel ( ) : System
LoadInstrument ( Stream stream ) : bool
SaveOrLoad ( Serializer ser ) : void

Method Details

Channel() public method

public Channel ( ) : System
return System

LoadInstrument() public method

public LoadInstrument ( Stream stream ) : bool
stream Stream
return bool

SaveOrLoad() public method

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

Property Details

_data public_oe property

public byte[] _data
return byte[]

_dataOffset public_oe property

public int _dataOffset
return int

_instrument public_oe property

public Instrument _instrument
return Instrument

_length public_oe property

public uint _length
return uint

_looped public_oe property

public bool _looped
return bool

_notesLeft public_oe property

public bool _notesLeft
return bool

_pitchModifier public_oe property

public int _pitchModifier
return int

_pos public_oe property

public uint _pos
return uint

_remaining public_oe property

public uint _remaining
return uint

_velocity public_oe property

public byte _velocity
return byte