MediaStreamSample.Timestamp 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 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.