| ILyncPlatformLibraryInteractionRecord Method |
Records the current voice path to a given WMA file then raises an event of type
RecordingStarted on completion.
Namespace: Inkostar.InterfacesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid Record(
string wmaFile
)
Sub Record (
wmaFile As String
)
void Record(
String^ wmaFile
)
abstract Record :
wmaFile : string -> unit
Parameters
- wmaFile
- Type: SystemString
The full path of the WMA recording.
Examplesd:\recordings\myrecoding.wma
See Also