MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
WaveDataMinMax Class
NamespacesMPfm.SoundWaveDataMinMax
Structure of data representing the different min, max of different audio channels (left, right) and a mix of both channels (mix).
Declaration Syntax
C#Visual Basic
public class WaveDataMinMax
Public Class WaveDataMinMax
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
WaveDataMinMax()()()()
Default constructor. Initializes all values to 0.0f.

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
WaveDataMinMax

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)