C# Class GAudio.Examples.Example_05.RecInfo

显示文件 Open project: gregzo/G-Audio

Public Properties

Property Type Description
data GATData[]
shouldPlay bool
trackNb int

Public Methods

Method Description
Play ( double dspTime ) : void
RecInfo ( int numSamples, int numChannels, int itrackNb ) : System.Collections

Method Details

Play() public method

public Play ( double dspTime ) : void
dspTime double
return void

RecInfo() public method

public RecInfo ( int numSamples, int numChannels, int itrackNb ) : System.Collections
numSamples int
numChannels int
itrackNb int
return System.Collections

Property Details

data public_oe property

public GATData[] data
return GATData[]

shouldPlay public_oe property

public bool shouldPlay
return bool

trackNb public_oe property

public int trackNb
return int