Show / Hide Table of Contents

Struct DFSound

Stores sound data.

Namespace: DaggerfallConnect
Assembly: Assembly-CSharp.dll
Syntax
public struct DFSound

Fields

| Improve this Doc View Source

Name

Numerical identifier for this sound.

Declaration
public string Name
Field Value
Type Description
String
| Improve this Doc View Source

WaveData

Wave file data bytes. 8-bit unsigned mono at 11025 samples per second. Can be used as a raw buffer or written to a WAV immediately after WaveHeader.

Declaration
public byte[] WaveData
Field Value
Type Description
Byte[]
| Improve this Doc View Source

WaveHeader

Wave header including DATA prefix preceding raw sound bytes.

Declaration
public byte[] WaveHeader
Field Value
Type Description
Byte[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX