C# Class AlbLib.Sounds.SoundBase

Datei anzeigen Open project: IllidanS4/AlbLib

Protected Methods

Method Description
GetWAVEHeader ( int rate, int subchunkSize ) : byte[]
WriteWAVEHeader ( Stream output, int rate, int subchunkSize ) : void

Method Details

GetWAVEHeader() protected static method

protected static GetWAVEHeader ( int rate, int subchunkSize ) : byte[]
rate int
subchunkSize int
return byte[]

WriteWAVEHeader() protected static method

protected static WriteWAVEHeader ( Stream output, int rate, int subchunkSize ) : void
output Stream
rate int
subchunkSize int
return void