FrequencyToneGeneratorGenerate Method |
Generate a specified frequency
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void Generate(
int frequency,
int duration
)
Public Sub Generate (
frequency As Integer,
duration As Integer
)
public:
void Generate(
int frequency,
int duration
)
member Generate :
frequency : int *
duration : int -> unit
Parameters
- frequency
- Type: SystemInt32
What kind of frequencies you want to generate (how many Hz) - duration
- Type: SystemInt32
Specifies the lenght of that frequency
See Also