Class Ww2oggOptions
Inheritance
System.Object
Ww2oggOptions
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 Ww2oggOptions
Constructors
| Improve this Doc View SourceWw2oggOptions()
Declaration
public Ww2oggOptions()
Properties
| Improve this Doc View SourceCodebooksFilename
Declaration
public string CodebooksFilename { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ForcePacketFormat
Declaration
public ForcePacketFormat ForcePacketFormat { get; set; }
Property Value
Type | Description |
---|---|
ForcePacketFormat |
FullSetup
Declaration
public bool FullSetup { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InFilename
Declaration
public string InFilename { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InlineCodebooks
Declaration
public bool InlineCodebooks { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OutFilename
Declaration
public string OutFilename { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceParseArguments(Int32, String[])
Declaration
public void ParseArguments(int argc, string[] argv)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | argc | |
System.String[] | argv |