VoiceActivityChangedEventArgs.TimeStamp Property
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