C# Class jxGameFramework.Media.AudioStream

音频流
Inheritance: IDisposable
Afficher le fichier Open project: jxpxxzj/WarshipGirl Class Usage Examples

Méthodes publiques

Méthode Description
AudioStream ( int StreamNum ) : System
AudioStream ( string FileName, bool Loop = false ) : System
Dispose ( ) : void

Method Details

AudioStream() public méthode

public AudioStream ( int StreamNum ) : System
StreamNum int
Résultat System

AudioStream() public méthode

public AudioStream ( string FileName, bool Loop = false ) : System
FileName string
Loop bool
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void