C# Class LitDev.Buffer

Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Свойство Type Description
bDispose bool
bLoop bool
bPlaying bool
duration double
frequency double
name string
secondarySoundBuffer SecondarySoundBuffer

Méthodes publiques

Méthode Description
Buffer ( string name, SecondarySoundBuffer secondarySoundBuffer, double frequency, double duration, bool bDispose = true ) : System

Method Details

Buffer() public méthode

public Buffer ( string name, SecondarySoundBuffer secondarySoundBuffer, double frequency, double duration, bool bDispose = true ) : System
name string
secondarySoundBuffer SecondarySoundBuffer
frequency double
duration double
bDispose bool
Résultat System

Property Details

bDispose public_oe property

public bool bDispose
Résultat bool

bLoop public_oe property

public bool bLoop
Résultat bool

bPlaying public_oe property

public bool bPlaying
Résultat bool

duration public_oe property

public double duration
Résultat double

frequency public_oe property

public double frequency
Résultat double

name public_oe property

public string name
Résultat string

secondarySoundBuffer public_oe property

public SecondarySoundBuffer secondarySoundBuffer
Résultat SecondarySoundBuffer