Click or drag to resize
FrequencyToneGeneratorGenerate Method
Generate a specified frequency

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public void Generate(
	int frequency,
	int duration
)

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