Edit

Share via


WmaFileSource.Duration Property

Definition

Gets the duration, in milliseconds, of the source.

public:
 virtual property int Duration { int get(); };
public override int Duration { get; }
member this.Duration : int
Public Overrides ReadOnly Property Duration As Integer

Property Value

Remarks

If the source is not prepared, is closed, or has been disposed, Duration returns 0.

Applies to