MediaStreamSourceStartingRequest.StartPosition Property

Definition

Specifies a reference to a TimeSpan object which represents a time position in the media time-line from which the application should return MediaStreamSample objects.

public:
 property IReference<TimeSpan> ^ StartPosition { IReference<TimeSpan> ^ get(); };
IReference<TimeSpan> StartPosition();
public System.Nullable<System.TimeSpan> StartPosition { get; }
var iReference = mediaStreamSourceStartingRequest.startPosition;
Public ReadOnly Property StartPosition As Nullable(Of TimeSpan)

Property Value

A reference that points to a TimeSpan which specifies the position in the media time-line to start sending MediaStreamSample objects. If the reference is null, the application should continue to return MediaStreamSample objects from the current position.

Remarks

If StartPosition is not null, then the TimeSpan specifies the position in the media time-line from which the application should deliver MediaStreamSamples. If the reference is null, the application is not supposed to change its position and it should then continue to return MediaStreamSamples from the current position.

Applies to