C# Class GAudio.Examples.Example_05.RecInfo

Afficher le fichier Open project: gregzo/G-Audio

Méthodes publiques

Свойство Type Description
data GATData[]
shouldPlay bool
trackNb int

Méthodes publiques

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

Method Details

Play() public méthode

public Play ( double dspTime ) : void
dspTime double
Résultat void

RecInfo() public méthode

public RecInfo ( int numSamples, int numChannels, int itrackNb ) : System.Collections
numSamples int
numChannels int
itrackNb int
Résultat System.Collections

Property Details

data public_oe property

public GATData[] data
Résultat GATData[]

shouldPlay public_oe property

public bool shouldPlay
Résultat bool

trackNb public_oe property

public int trackNb
Résultat int