MseStreamSource.Duration Property

Definition

Gets and sets the duration of the stream source.

public:
 property IReference<TimeSpan> ^ Duration { IReference<TimeSpan> ^ get(); void set(IReference<TimeSpan> ^ value); };
IReference<TimeSpan> Duration();

void Duration(IReference<TimeSpan> value);
public System.Nullable<System.TimeSpan> Duration { get; set; }
var iReference = mseStreamSource.duration;
mseStreamSource.duration = iReference;
Public Property Duration As Nullable(Of TimeSpan)

Property Value

The duration of the stream source.

Applies to