Returns the duration of the stream (multimedia file) in a format specified by TimeFormat property.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public long Duration { get; }
Public ReadOnly Property Duration As Long
	Get
public:
property long long Duration {
	long long get ();
}

See Also