MseStreamSource.Duration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.