MediaSourceAudioInputNode.Position Property

Definition

Gets the playback position of the MediaSource input node.

public:
 property TimeSpan Position { TimeSpan get(); };
TimeSpan Position();
public System.TimeSpan Position { get; }
var timeSpan = mediaSourceAudioInputNode.position;
Public ReadOnly Property Position As TimeSpan

Property Value

The current playback position within the media content, in seconds.

Applies to