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