FrequencyToneDetectorDetect Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxpublic void Detect(
int frequency,
int timeout
)
Public Sub Detect (
frequency As Integer,
timeout As Integer
)
public:
void Detect(
int frequency,
int timeout
)
member Detect :
frequency : int *
timeout : int -> unit Parameters
- frequency Int32
-
- timeout Int32
-
See Also