|
Legendary Explorer Core Nightly
Core library for working with Mass Effect Trilogy / Legendary Edition files
|
ISACT Compression Info bank chunk More...
Public Types | |
| enum | ISACTCompressionFormat |
| The type of audio that is stored More... | |
Public Member Functions | |
| CompressionInfoBankChunk (Stream inStream, BankChunk parent) | |
| 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< BankChunk > | GetAllSubChunks () |
| virtual string | ToChunkDisplay () |
| BankChunk | GetParent () |
Public Attributes | |
| ISACTCompressionFormat | CurrentFormat |
| Should be same as Target in processed ISB More... | |
| ISACTCompressionFormat | TargetFormat |
| Should be same as current in processed ISB More... | |
| int | TotalSize |
| Size of the compressed data block More... | |
| int | PacketSize |
| Not sure More... | |
| float | CompressionRatio |
| Ratio chosen to compress data with More... | |
| float | CompressionQuality |
| Not sure More... | |
Public Attributes inherited from BankChunk | |
| string | ChunkName |
| byte[] | RawData |
| List< BankChunk > | SubChunks = new List<BankChunk>(0) |
| Some chunks have subchunks More... | |
Static Public Attributes | |
| static readonly string | FixedChunkTitle = "cmpi" |
| The defined name of this chunk. More... | |
Additional Inherited Members | |
Protected Attributes inherited from BankChunk | |
| BankChunk | Parent |
| References the containing object More... | |
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... | |
ISACT Compression Info bank chunk
The type of audio that is stored
|
inline |
|
inlinevirtual |
Reimplemented from BankChunk.
|
inlinevirtual |
Reimplemented from BankChunk.
|
static |
The defined name of this chunk.
| ISACTCompressionFormat CompressionInfoBankChunk.CurrentFormat |
Should be same as Target in processed ISB
| ISACTCompressionFormat CompressionInfoBankChunk.TargetFormat |
Should be same as current in processed ISB
| int CompressionInfoBankChunk.TotalSize |
Size of the compressed data block
| int CompressionInfoBankChunk.PacketSize |
Not sure
| float CompressionInfoBankChunk.CompressionRatio |
Ratio chosen to compress data with
| float CompressionInfoBankChunk.CompressionQuality |
Not sure