Skip to content
AutumnSky1010 edited this page Nov 18, 2022 · 2 revisions

Interface IChunk

Definition

Namespace: SoundMaker.WaveFile
Assembly: SoundMaker.dll

Interface for riff format chunks.

public interface IChunk

Methods

GetBytes()

Get array of this chunk.
Declaration

byte[] GetBytes();

Returns

Type Desctiption
byte[] Array of this chunk to write to the .wav file.
Clone this wiki locally