Structure of data representing the different min, max of different
audio channels (left, right) and a mix of both channels (mix).

C# | Visual Basic |
public class WaveDataMinMax
Public Class WaveDataMinMax

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | WaveDataMinMax()()()() |
Default constructor. Initializes all values to 0.0f.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | leftMax |
Maximum value for the Left channel.
|
![]() | leftMin |
Minimum value for the Left channel.
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | mixMax |
Maximum value for the mixed Left/Right channel.
|
![]() | mixMin |
Minimum value for the mixed Left/Right channel.
|
![]() | rightMax |
Maximum value for the Right channel.
|
![]() | rightMin |
Minimum value for the Right channel.
|
![]() | ToString()()()() | (Inherited from Object.) |

Object | |
![]() | WaveDataMinMax |