Romestead Assembly Reference

FMOD.Error

Type JSON

public class in FMOD

Methods1
Properties0
Fields0
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceFMOD
  • Base typeSystem.Object
  • Hash9030259917BB36165C54D2FE89861CE2BE5B4641CC8A0CF3DBB6839B6379C4AF

Relationships

Base type

System.Object

Methods

String

public System.String String(FMOD.RESULT errcode)

Method metadata
  • Visibilitypublic
  • Return typeSystem.String
  • StaticTrue
  • VirtualFalse
  • HashEE2DC1F6A7CBB3DFC3BADD46C8CE821B74EC366CC663ACE8AADCBB42FE43354F
  • Body hashDBE8A6D2DC241DA0AC1243F21BE0912D80AC379915244B561F93B73DD350DE71
  • IL size837
Called by
String literals
  • No errors.
  • Tried to call a function on a data type that does not allow this type of functionality (ie calling Sound::lock on a stre
  • Error trying to allocate a channel.
  • The specified channel has been reused to play another sound.
  • DMA Failure. See debug output for more information.
  • DSP connection error. Connection possibly caused a cyclic dependency or connected dsps with incompatible buffer counts.
  • DSP return code from a DSP process query callback. Tells mixer not to call the process callback and therefore not consu
  • DSP Format error. A DSP unit may have attempted to connect to this network with the wrong format, or a matrix may have
  • DSP is already in the mixer's DSP network. It must be removed before being reinserted or released.
  • DSP connection error. Couldn't find the DSP unit specified.
  • DSP operation error. Cannot perform operation on this DSP as it is reserved by the system.
  • DSP return code from a DSP process query callback. Tells mixer silence would be produced from read, so go idle and not
  • DSP operation cannot be performed on a DSP of this type.
  • Error loading file.
  • Couldn't perform seek operation. This is a limitation of the medium (ie netstreams) or the file format.
  • Media was ejected while reading.