MediaFrameReference.Duration Property

Definition

Gets the duration of the referenced media frame.

public:
 property TimeSpan Duration { TimeSpan get(); };
TimeSpan Duration();
public System.TimeSpan Duration { get; }
var timeSpan = mediaFrameReference.duration;
Public ReadOnly Property Duration As TimeSpan

Property Value

The duration of the referenced media frame.

Applies to