C# Class RadioNoise.StreamManager

Afficher le fichier Open project: mhack/gamenoise Class Usage Examples

Méthodes publiques

Méthode Description
AddStream ( Stream stream ) : void
GetStreams ( ) : ObservableCollection
Load ( string path ) : void
RemoveAll ( ) : void
Save ( string path ) : void
StreamManager ( ) : System
StreamManager ( Webservice aWebserviceClient ) : System

Method Details

AddStream() public méthode

public AddStream ( Stream stream ) : void
stream Stream
Résultat void

GetStreams() public méthode

public GetStreams ( ) : ObservableCollection
Résultat ObservableCollection

Load() public méthode

public Load ( string path ) : void
path string
Résultat void

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void

Save() public méthode

public Save ( string path ) : void
path string
Résultat void

StreamManager() public méthode

public StreamManager ( ) : System
Résultat System

StreamManager() public méthode

public StreamManager ( Webservice aWebserviceClient ) : System
aWebserviceClient Webservice
Résultat System