Show / Hide Table of Contents

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 Source

CodebookLibrary()

Declaration
public CodebookLibrary()
| Improve this Doc View Source

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
| Improve this Doc View Source

copy(BitStream, BitOggStream)

Declaration
public void copy(BitStream bis, BitOggStream bos)
Parameters
Type Name Description
BitStream bis
BitOggStream bos
| Improve this Doc View Source

get_codebook(Int32)

Declaration
public byte[] get_codebook(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
System.Byte[]
| Improve this Doc View Source

get_codebook_size(Int32)

Declaration
public int get_codebook_size(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
System.Int32
| Improve this Doc View Source

rebuild(Int32, BitOggStream)

Declaration
public void rebuild(int i, BitOggStream bos)
Parameters
Type Name Description
System.Int32 i
BitOggStream bos
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾