MediaStreamSourceStartingRequest.SetActualStartPosition(TimeSpan) Method

Definition

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

position
TimeSpan TimeSpan

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.

Applies to