WmaFileSource.Duration Property
Gets the duration, in milliseconds, of the source.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Duration As Integer
Get
'Usage
Dim instance As WmaFileSource
Dim value As Integer
value = instance.Duration
public override int Duration { get; }
Property Value
Type: System.Int32
Remarks
If the source is not prepared, is closed, or has been disposed, Duration returns 0.