C# 클래스 Queue.Notification.SoundPlayerExtensions

파일 보기 프로젝트 열기: breslavsky/queue

공개 메소드들

메소드 설명
PlayNumber ( this player, int number ) : void
PlayStream ( this player, UnmanagedMemoryStream stream ) : void

메소드 상세

PlayNumber() 공개 정적인 메소드

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

PlayStream() 공개 정적인 메소드

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