C# Class Reign.Audio.ISoundWAV

Inheritance: ISound, ILoadable
Mostrar archivo Open project: reignstudios/ReignSDK

Protected Properties

Property Type Description
chunkID int
data byte[]
formatCode short

Public Methods

Method Description
ISoundWAV ( IDisposableResource parent ) : System
UpdateLoad ( ) : bool

Protected Methods

Method Description
init ( IDisposableResource parent, Stream stream, int instanceCount, bool looped, Loader loadedCallback ) : void
readMetaData ( Stream stream ) : void
readMetaData ( Stream stream, BinaryReader reader ) : void

Method Details

ISoundWAV() public method

public ISoundWAV ( IDisposableResource parent ) : System
parent IDisposableResource
return System

UpdateLoad() public method

public UpdateLoad ( ) : bool
return bool

init() protected method

protected init ( IDisposableResource parent, Stream stream, int instanceCount, bool looped, Loader loadedCallback ) : void
parent IDisposableResource
stream Stream
instanceCount int
looped bool
loadedCallback Reign.Core.Loader
return void

readMetaData() protected method

protected readMetaData ( Stream stream ) : void
stream Stream
return void

readMetaData() protected method

protected readMetaData ( Stream stream, BinaryReader reader ) : void
stream Stream
reader System.IO.BinaryReader
return void

Property Details

chunkID protected_oe property

protected int chunkID
return int

data protected_oe property

protected byte[] data
return byte[]

formatCode protected_oe property

protected short formatCode
return short