Initializes a new instance of the AnswerMachineDetector class

Namespace: Ozeki.Media.MediaHandlers
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public AnswerMachineDetector(
	int maxGreetingTime,
	int maxPauseTime,
	int maxDelayTime,
	int timeout
)
Visual Basic
Public Sub New ( 
	maxGreetingTime As Integer,
	maxPauseTime As Integer,
	maxDelayTime As Integer,
	timeout As Integer
)
Visual C++
public:
AnswerMachineDetector(
	int maxGreetingTime, 
	int maxPauseTime, 
	int maxDelayTime, 
	int timeout
)

Parameters

maxGreetingTime
Type: System..::..Int32

[Missing <param name="maxGreetingTime"/> documentation for "M:Ozeki.Media.MediaHandlers.AnswerMachineDetector.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

maxPauseTime
Type: System..::..Int32

[Missing <param name="maxPauseTime"/> documentation for "M:Ozeki.Media.MediaHandlers.AnswerMachineDetector.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

maxDelayTime
Type: System..::..Int32

[Missing <param name="maxDelayTime"/> documentation for "M:Ozeki.Media.MediaHandlers.AnswerMachineDetector.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

timeout
Type: System..::..Int32

[Missing <param name="timeout"/> documentation for "M:Ozeki.Media.MediaHandlers.AnswerMachineDetector.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also