ITrackDescriptorDuration Property |
Gets or sets the duration.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public TimeSpan Duration { get; set; }
Public Property Duration As TimeSpan
Get
Set
public:
property TimeSpan Duration {
TimeSpan get ();
void set (TimeSpan value);
}
member Duration : TimeSpan with get, set
Property Value
Type:
TimeSpan
The duration.
See Also