Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the time stamp.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property TimeStamp As TimeSpan
Get
'Usage
Dim instance As VoiceActivityChangedEventArgs
Dim value As TimeSpan
value = instance.TimeStamp
public TimeSpan TimeStamp { get; }
Property Value
Type: System.TimeSpan
Remarks
Returns the length in milliseconds from the moment the Recorder was started or the handler was assigned to a started Recorder.
See Also
Reference
VoiceActivityChangedEventArgs Class