Click or drag to resize

FrequencyToneGeneratorGenerate Method

Generate a specified frequency

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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