Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 866 Bytes

mediastreamsample_decodetimestamp.md

File metadata and controls

23 lines (16 loc) · 866 Bytes
-api-id -api-type
P:Windows.Media.Core.MediaStreamSample.DecodeTimestamp
winrt property

Windows.Media.Core.MediaStreamSample.DecodeTimestamp

-description

Gets and sets the decode timestamp for this MediaStreamSample.

-property-value

The decode timestamp.

-remarks

The default value of DecodeTimestamp is the same value as the Timestamp property on the MediaStreamSample object. Certain media formats may require the DecodeTimestamp property to be assigned a value that is different from the presentation timestamp given by the Timestamp property, but for most formats the two properties will be the same.

-examples

-see-also