| MonitorAction Constructor (String, String, String, Boolean) |
Creates a new MonitorAction that starts monitoring the given channel and
writes voice data to the given file(s).
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public MonitorAction(
string channel,
string file,
string format,
bool mix
)
Public Sub New (
channel As String,
file As String,
format As String,
mix As Boolean
)
public:
MonitorAction(
String^ channel,
String^ file,
String^ format,
bool mix
)
new :
channel : string *
file : string *
format : string *
mix : bool -> MonitorAction
Parameters
- channel
- Type: SystemString
the name of the channel to monitor - file
- Type: SystemString
the (base) name of the file(s) to which the voice data is written - format
- Type: SystemString
the format to use for encoding the voice files - mix
- Type: SystemBoolean
true if the two voice files should be joined at the end of the call
See Also