MseSourceBuffer.TimestampOffset 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 timestamp offset into the MseSourceBuffer object.
public:
property TimeSpan TimestampOffset { TimeSpan get(); void set(TimeSpan value); };
TimeSpan TimestampOffset();
void TimestampOffset(TimeSpan value);
public System.TimeSpan TimestampOffset { get; set; }
var timeSpan = mseSourceBuffer.timestampOffset;
mseSourceBuffer.timestampOffset = timeSpan;
Public Property TimestampOffset As TimeSpan
Property Value
The timestamp offset value.