WmaFileSource.Duration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.