MediaStreamSample.Timestamp Property

Definition

Gets the time at which a sample should be rendered. This is also referred to as the presentation time.

public:
 property TimeSpan Timestamp { TimeSpan get(); };
TimeSpan Timestamp();
public System.TimeSpan Timestamp { get; }
var timeSpan = mediaStreamSample.timestamp;
Public ReadOnly Property Timestamp As TimeSpan

Property Value

The time at which the MediaStreamSample should be rendered.

Applies to