C# 클래스 System.Html.Media.Audio.OscillatorNode

상속: AudioNode
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

프로퍼티 타입 설명
OscillatorNode System.Runtime.CompilerServices

공개 메소드들

메소드 설명
AddEventListener ( OscillatorNodeEvents type, Action listener ) : void
AddEventListener ( OscillatorNodeEvents type, Action listener, bool capture ) : void
AddEventListener ( OscillatorNodeEvents type, HtmlEventHandler listener ) : void
AddEventListener ( OscillatorNodeEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( OscillatorNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( OscillatorNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( OscillatorNodeEvents type, IEventListener listener ) : void
AddEventListener ( OscillatorNodeEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
NoteOff ( double when ) : void
NoteOn ( double when ) : void
RemoveEventListener ( OscillatorNodeEvents type, Action listener ) : void
RemoveEventListener ( OscillatorNodeEvents type, Action listener, bool capture ) : void
RemoveEventListener ( OscillatorNodeEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( OscillatorNodeEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( OscillatorNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( OscillatorNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( OscillatorNodeEvents type, IEventListener listener ) : void
RemoveEventListener ( OscillatorNodeEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
SetPeriodicWave ( PeriodicWave periodicWave ) : void
Start ( ) : void
Start ( double when ) : void
Stop ( ) : void
Stop ( double when ) : void

비공개 메소드들

메소드 설명
OscillatorNode ( ) : System.Runtime.CompilerServices

메소드 상세

AddEventListener() 공개 메소드

public AddEventListener ( OscillatorNodeEvents type, Action listener ) : void
type OscillatorNodeEvents
listener Action
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( OscillatorNodeEvents type, Action listener, bool capture ) : void
type OscillatorNodeEvents
listener Action
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( OscillatorNodeEvents type, HtmlEventHandler listener ) : void
type OscillatorNodeEvents
listener HtmlEventHandler
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( OscillatorNodeEvents type, HtmlEventHandler listener, bool capture ) : void
type OscillatorNodeEvents
listener HtmlEventHandler
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( OscillatorNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
type OscillatorNodeEvents
listener HtmlEventHandlerWithTarget
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( OscillatorNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type OscillatorNodeEvents
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( OscillatorNodeEvents type, IEventListener listener ) : void
type OscillatorNodeEvents
listener IEventListener
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( OscillatorNodeEvents type, IEventListener listener, bool capture ) : void
type OscillatorNodeEvents
listener IEventListener
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

NoteOff() 공개 메소드

public NoteOff ( double when ) : void
when double
리턴 void

NoteOn() 공개 메소드

public NoteOn ( double when ) : void
when double
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( OscillatorNodeEvents type, Action listener ) : void
type OscillatorNodeEvents
listener Action
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( OscillatorNodeEvents type, Action listener, bool capture ) : void
type OscillatorNodeEvents
listener Action
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( OscillatorNodeEvents type, HtmlEventHandler listener ) : void
type OscillatorNodeEvents
listener HtmlEventHandler
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( OscillatorNodeEvents type, HtmlEventHandler listener, bool capture ) : void
type OscillatorNodeEvents
listener HtmlEventHandler
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( OscillatorNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
type OscillatorNodeEvents
listener HtmlEventHandlerWithTarget
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( OscillatorNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type OscillatorNodeEvents
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( OscillatorNodeEvents type, IEventListener listener ) : void
type OscillatorNodeEvents
listener IEventListener
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( OscillatorNodeEvents type, IEventListener listener, bool capture ) : void
type OscillatorNodeEvents
listener IEventListener
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

SetPeriodicWave() 공개 메소드

public SetPeriodicWave ( PeriodicWave periodicWave ) : void
periodicWave PeriodicWave
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Start() 공개 메소드

public Start ( double when ) : void
when double
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( double when ) : void
when double
리턴 void