MediaStreamSourceStartingRequest.SetActualStartPosition(TimeSpan) Method
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.
Specifies the starting position in the media time-line for subsequent MediaStreamSamples that will be delivered to the MediaStreamSource.
public:
virtual void SetActualStartPosition(TimeSpan position) = SetActualStartPosition;
void SetActualStartPosition(TimeSpan const& position);
public void SetActualStartPosition(System.TimeSpan position);
function setActualStartPosition(position)
Public Sub SetActualStartPosition (position As TimeSpan)
Parameters
The actual starting point in the media time-line chosen by the application.
Remarks
The application should choose the value of position such that the values of the Timestamp property of the MediaStreamSample objects will be greater than or equal to position, for all currently selected streams.