C# Class SoundLibrary.WaveAnalysis.WaveTime

Wave データ格納用クラス。 時系列でデータを保持。
Inheritance: WaveData
ファイルを表示 Open project: ufcpp/UfcppSample Class Usage Examples

Public Methods

Method Description
WaveTime ( ) : System
WaveTime ( FormatHeader header, double l, double r ) : System

Method Details

WaveTime() public method

public WaveTime ( ) : System
return System

WaveTime() public method

public WaveTime ( FormatHeader header, double l, double r ) : System
header SoundLibrary.Wave.FormatHeader
l double
r double
return System