Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Public Member Functions | Data Fields
disassemble_sound.AifcWriter Class Reference

Public Member Functions

def __init__ (self, out)
 
def add_section (self, tp, data)
 
def add_custom_section (self, tp, data)
 
def pstring (self, data)
 
def finish (self)
 

Data Fields

 out
 
 sections
 
 total_size
 

Constructor & Destructor Documentation

◆ __init__()

def disassemble_sound.AifcWriter.__init__ (   self,
  out 
)

Member Function Documentation

◆ add_custom_section()

def disassemble_sound.AifcWriter.add_custom_section (   self,
  tp,
  data 
)

◆ add_section()

def disassemble_sound.AifcWriter.add_section (   self,
  tp,
  data 
)

◆ finish()

def disassemble_sound.AifcWriter.finish (   self)

◆ pstring()

def disassemble_sound.AifcWriter.pstring (   self,
  data 
)

Field Documentation

◆ out

disassemble_sound.AifcWriter.out

◆ sections

disassemble_sound.AifcWriter.sections

◆ total_size

disassemble_sound.AifcWriter.total_size

The documentation for this class was generated from the following file: