Class CodebookLibrary
Inheritance
System.Object
CodebookLibrary
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: BnkExtractor.Ww2ogg
Assembly: BnkExtractor.dll
Syntax
public class CodebookLibrary
Constructors
| Improve this Doc View SourceCodebookLibrary()
Declaration
public CodebookLibrary()
CodebookLibrary(String)
Declaration
public CodebookLibrary(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename |
Methods
| Improve this Doc View Source_book_maptype1_quantvals(UInt32, UInt32)
Declaration
public static uint _book_maptype1_quantvals(uint entries, uint dimensions)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | entries | |
System.UInt32 | dimensions |
Returns
Type | Description |
---|---|
System.UInt32 |
copy(BitStream, BitOggStream)
Declaration
public void copy(BitStream bis, BitOggStream bos)
Parameters
Type | Name | Description |
---|---|---|
BitStream | bis | |
BitOggStream | bos |
get_codebook(Int32)
Declaration
public byte[] get_codebook(int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Returns
Type | Description |
---|---|
System.Byte[] |
get_codebook_size(Int32)
Declaration
public int get_codebook_size(int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Returns
Type | Description |
---|---|
System.Int32 |
rebuild(Int32, BitOggStream)
Declaration
public void rebuild(int i, BitOggStream bos)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i | |
BitOggStream | bos |