C# Class xZune.Bass.InvalidSampleDataException

If you set a invalid data to a sample, this exception will be throwed, check the length of AudioSample.Information and your data.
Inheritance: BassException
Datei anzeigen Open project: higankanshi/xZune.Bass

Public Methods

Method Description
InvalidSampleDataException ( uint length, uint correctLength ) : System

Create a InvalidSampleDataException.

Method Details

InvalidSampleDataException() public method

Create a InvalidSampleDataException.
public InvalidSampleDataException ( uint length, uint correctLength ) : System
length uint
correctLength uint
return System