C# Class Queue.Notification.SoundPlayerExtensions

Show file Open project: breslavsky/queue

Public Methods

Method Description
PlayNumber ( this player, int number ) : void
PlayStream ( this player, UnmanagedMemoryStream stream ) : void

Method Details

PlayNumber() public static method

public static PlayNumber ( this player, int number ) : void
player this
number int
return void

PlayStream() public static method

public static PlayStream ( this player, UnmanagedMemoryStream stream ) : void
player this
stream System.IO.UnmanagedMemoryStream
return void