From 3a8fc35bc2b0d5e1fa0c37c5e6a0b5ee78b0d955 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Mon, 1 Dec 2025 18:42:36 +0000 Subject: =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20HarbourMasters/T?= =?UTF-8?q?orch@482ebdd5ab59b57575252f655a36386a9751ace7=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classADPCMLoopFactory.html | 229 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 229 insertions(+) create mode 100644 classADPCMLoopFactory.html (limited to 'classADPCMLoopFactory.html') diff --git a/classADPCMLoopFactory.html b/classADPCMLoopFactory.html new file mode 100644 index 0000000..ad6e16a --- /dev/null +++ b/classADPCMLoopFactory.html @@ -0,0 +1,229 @@ + + + + + + + +Torch: ADPCMLoopFactory Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
Torch +
+
+
+ + + + + + + + +
+
+ +
+
+
+ +
+
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
ADPCMLoopFactory Class Reference
+
+
+
+Inheritance diagram for ADPCMLoopFactory:
+
+
+ + +BaseFactory + +
+ + + + + + + + + + + +

+Public Member Functions

std::optional< std::shared_ptr< IParsedData > > parse (std::vector< uint8_t > &buffer, YAML::Node &data) override
std::unordered_map< ExportType, std::shared_ptr< BaseExporter > > GetExporters () override
bool HasModdedDependencies () override
Public Member Functions inherited from BaseFactory
+virtual std::optional< std::shared_ptr< IParsedData > > parse_modding (std::vector< uint8_t > &buffer, YAML::Node &data)
+std::optional< std::shared_ptr< BaseExporter > > GetExporter (ExportType type)
+virtual bool SupportModdedAssets ()
+virtual uint32_t GetAlignment ()
+virtual std::optional< std::shared_ptr< IParsedData > > CreateDataPointer ()
+

Member Function Documentation

+ +

◆ GetExporters()

+ +
+
+ + + + + +
+ + + + + + + +
std::unordered_map< ExportType, std::shared_ptr< BaseExporter > > ADPCMLoopFactory::GetExporters ()
+
+inlineoverridevirtual
+
+ +

Reimplemented from BaseFactory.

+ +
+
+ +

◆ HasModdedDependencies()

+ +
+
+ + + + + +
+ + + + + + + +
bool ADPCMLoopFactory::HasModdedDependencies ()
+
+inlineoverridevirtual
+
+ +

Reimplemented from BaseFactory.

+ +
+
+ +

◆ parse()

+ +
+
+ + + + + +
+ + + + + + + + + + + +
std::optional< std::shared_ptr< IParsedData > > ADPCMLoopFactory::parse (std::vector< uint8_t > & buffer,
YAML::Node & data )
+
+overridevirtual
+
+ +

Implements BaseFactory.

+ +
+
+
The documentation for this class was generated from the following files:
    +
  • src/factories/naudio/v1/LoopFactory.h
  • +
  • src/factories/naudio/v1/LoopFactory.cpp
  • +
+
+
+ +
+ + + + -- cgit v1.2.3