Legendary Explorer Core Nightly
Core library for working with Mass Effect Trilogy / Legendary Edition files
Loading...
Searching...
No Matches
SoundEventInfoBankChunk Class Reference
Inheritance diagram for SoundEventInfoBankChunk:
BankChunk

Public Types

enum  ISACTSEEventSelection
 

Public Member Functions

 SoundEventInfoBankChunk (Stream inStream, BankChunk parent)
 
 SoundEventInfoBankChunk ()
 
override void Write (Stream outStream)
 
override string ToChunkDisplay ()
 
- Public Member Functions inherited from BankChunk
 BankChunk ()
 
 BankChunk (string chunkName, int chunkLen, Stream inStream, BankChunk parent)
 
virtual void Write (Stream outStream)
 
IEnumerable< BankChunkGetAllSubChunks ()
 
virtual string ToChunkDisplay ()
 
BankChunk GetParent ()
 

Static Public Attributes

static readonly string FixedChunkTitle = "info"
 The defined name of this chunk. More...
 

Properties

ISACTSEEventSelection EventSelection [get, set]
 
uint DefaultChance [get, set]
 
int EqualChance [get, set]
 
uint Flags [get, set]
 
int ResetParamsOnLoop [get, set]
 
int ResetSampleOnLoop [get, set]
 
- Properties inherited from BankChunk
long ChunkDataStartOffset [get]
 The offset in which this bank's data starts - + 8 after header & size. For name only this should not be used. More...
 

Additional Inherited Members

- Public Attributes inherited from BankChunk
string ChunkName
 
byte[] RawData
 
List< BankChunkSubChunks = new List<BankChunk>(0)
 Some chunks have subchunks More...
 
- Protected Attributes inherited from BankChunk
BankChunk Parent
 References the containing object More...
 

Member Enumeration Documentation

◆ ISACTSEEventSelection

Constructor & Destructor Documentation

◆ SoundEventInfoBankChunk() [1/2]

SoundEventInfoBankChunk.SoundEventInfoBankChunk ( Stream  inStream,
BankChunk  parent 
)
inline

◆ SoundEventInfoBankChunk() [2/2]

SoundEventInfoBankChunk.SoundEventInfoBankChunk ( )
inline

Member Function Documentation

◆ Write()

override void SoundEventInfoBankChunk.Write ( Stream  outStream)
inlinevirtual

Reimplemented from BankChunk.

◆ ToChunkDisplay()

override string SoundEventInfoBankChunk.ToChunkDisplay ( )
inlinevirtual

Reimplemented from BankChunk.

Member Data Documentation

◆ FixedChunkTitle

readonly string SoundEventInfoBankChunk.FixedChunkTitle = "info"
static

The defined name of this chunk.

Property Documentation

◆ EventSelection

ISACTSEEventSelection SoundEventInfoBankChunk.EventSelection
getset

◆ DefaultChance

uint SoundEventInfoBankChunk.DefaultChance
getset

◆ EqualChance

int SoundEventInfoBankChunk.EqualChance
getset

◆ Flags

uint SoundEventInfoBankChunk.Flags
getset

◆ ResetParamsOnLoop

int SoundEventInfoBankChunk.ResetParamsOnLoop
getset

◆ ResetSampleOnLoop

int SoundEventInfoBankChunk.ResetSampleOnLoop
getset

The documentation for this class was generated from the following file: