C# Class GAudio.GATAudioLoader.ProgressInfo

Mostra file Open project: gregzo/G-Audio

Public Properties

Property Type Description
data GAudio.GATData[]
fileName string
progress float

Public Methods

Method Description
ProgressInfo ( GATData channelData, string filename ) : System.ComponentModel
ProgressInfo ( float iprogress, string filename ) : System.ComponentModel

Method Details

ProgressInfo() public method

public ProgressInfo ( GATData channelData, string filename ) : System.ComponentModel
channelData GATData
filename string
return System.ComponentModel

ProgressInfo() public method

public ProgressInfo ( float iprogress, string filename ) : System.ComponentModel
iprogress float
filename string
return System.ComponentModel

Property Details

data public_oe property

public GATData[],GAudio data
return GAudio.GATData[]

fileName public_oe property

public string fileName
return string

progress public_oe property

public float progress
return float