C# Class Reign.Audio.ISoundWAV

Inheritance: ISound, ILoadable
Afficher le fichier Open project: reignstudios/ReignSDK

Protected Properties

Свойство Type Description
chunkID int
data byte[]
formatCode short

Méthodes publiques

Méthode Description
ISoundWAV ( IDisposableResource parent ) : System
UpdateLoad ( ) : bool

Méthodes protégées

Méthode 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 méthode

public ISoundWAV ( IDisposableResource parent ) : System
parent IDisposableResource
Résultat System

UpdateLoad() public méthode

public UpdateLoad ( ) : bool
Résultat bool

init() protected méthode

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
Résultat void

readMetaData() protected méthode

protected readMetaData ( Stream stream ) : void
stream Stream
Résultat void

readMetaData() protected méthode

protected readMetaData ( Stream stream, BinaryReader reader ) : void
stream Stream
reader System.IO.BinaryReader
Résultat void

Property Details

chunkID protected_oe property

protected int chunkID
Résultat int

data protected_oe property

protected byte[] data
Résultat byte[]

formatCode protected_oe property

protected short formatCode
Résultat short