Defines the progress data used with the OnProcessData event.
Declaration Syntax
C# | Visual Basic |
public class PeakFileProgressData
Public Class PeakFileProgressData
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
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) | (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()()()() | (Inherited from Object.) | |
TotalBlocks |
Defines the total number of blocks to read.
|
Inheritance Hierarchy
Object | |
PeakFileProgressData |