MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
PeakFileProgressData Class
NamespacesMPfm.SoundPeakFileProgressData
Defines the progress data used with the OnProcessData event.
Declaration Syntax
C#Visual Basic
public class PeakFileProgressData
Public Class PeakFileProgressData
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PeakFileProgressData()()()()
Initializes a new instance of the PeakFileProgressData class

AudioFilePath
Defines the audio file path to analyse in order to generate the peak file.

CurrentBlock
Defines the current block to read.

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.)
Length
Defines the audio file path length in bytes.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MinMax
Defines the list of min/max wave data values for waveform. Useful for displaying the waveform generation in real-time.

PeakFilePath
Defines the peak file path.

PercentageDone
Defines the current thread progress in percentage.

ThreadNumber
Defines the thread number currently reporting.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TotalBlocks
Defines the total number of blocks to read.

Inheritance Hierarchy
Object
PeakFileProgressData

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