Duration Property
Summary
Indicates the total duration of the stream in seconds when available.
Syntax
public Nullable<double> Duration { get; }
public:
property Nullable<double>^ Duration
{
Nullable<double>^ get()
}
Property Value
The duration in seconds of the audio stream (total) if available, otherwise returns zero.
Requirements
Target Platforms
See Also
IAudioStream<T> Class
IAudioStream<T> Members
Leadtools.SpeechRecognition.Multimedia Namespace