C# Class Queue.Notification.SoundPlayerExtensions

Afficher le fichier Open project: breslavsky/queue

Méthodes publiques

Méthode Description
PlayNumber ( this player, int number ) : void
PlayStream ( this player, UnmanagedMemoryStream stream ) : void

Method Details

PlayNumber() public static méthode

public static PlayNumber ( this player, int number ) : void
player this
number int
Résultat void

PlayStream() public static méthode

public static PlayStream ( this player, UnmanagedMemoryStream stream ) : void
player this
stream System.IO.UnmanagedMemoryStream
Résultat void