Search
Preparing search index...
The search index is not available
beepody
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
beepody
Beep
Class Beep
name
Beep
Hierarchy
Beep
Index
Constructors
constructor
Properties
frequency
length
repeats
Methods
to
String
Constructors
constructor
new
Beep
(
frequency
?:
number
, length
?:
number
, repeats
?:
number
)
:
Beep
Initialize a beep.
Parameters
frequency:
number
= DEFAULT_FREQUENCY
length:
number
= DEFAULT_LENGTH
repeats:
number
= 1
Returns
Beep
Properties
frequency
frequency
:
number
length
length
:
number
repeats
repeats
:
number
Methods
to
String
to
String
(
)
:
string
The text representation.
Returns
string
Exports
Beep
constructor
frequency
length
repeats
to
String
Generated using
TypeDoc
Beep