C# Class DSPUtil.WaveFormatEx

Exibir arquivo Open project: hughpyle/inguz-DSPUtil Class Usage Examples

Public Properties

Property Type Description
AMBISONIC_B_FORMAT_IEEE_FLOAT WaveFormatEx
AMBISONIC_B_FORMAT_PCM WaveFormatEx
IEEE_FLOAT WaveFormatEx
PCM WaveFormatEx
guid System.Guid

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
WaveFormatEx ( System.Guid g ) : System
WaveFormatEx ( String g ) : System
WaveFormatEx ( byte g ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

WaveFormatEx() public method

public WaveFormatEx ( System.Guid g ) : System
g System.Guid
return System

WaveFormatEx() public method

public WaveFormatEx ( String g ) : System
g String
return System

WaveFormatEx() public method

public WaveFormatEx ( byte g ) : System
g byte
return System

Property Details

AMBISONIC_B_FORMAT_IEEE_FLOAT public_oe static_oe property

public static WaveFormatEx,DSPUtil AMBISONIC_B_FORMAT_IEEE_FLOAT
return WaveFormatEx

AMBISONIC_B_FORMAT_PCM public_oe static_oe property

public static WaveFormatEx,DSPUtil AMBISONIC_B_FORMAT_PCM
return WaveFormatEx

IEEE_FLOAT public_oe static_oe property

public static WaveFormatEx,DSPUtil IEEE_FLOAT
return WaveFormatEx

PCM public_oe static_oe property

public static WaveFormatEx,DSPUtil PCM
return WaveFormatEx

guid public_oe property

public Guid,System guid
return System.Guid