MediaBufferTDuration Property |
Media time (Duration). Effectively EndTime - StartTime
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public TimeSpan Duration { get; }
Public ReadOnly Property Duration As TimeSpan
Get
public:
property TimeSpan Duration {
TimeSpan get ();
}
member Duration : TimeSpan with get
Property Value
Type:
TimeSpan
The duration.
See Also