AudioFileInputNode.Position Property

Definition

Gets the playback position of the audio file input node.

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

Property Value

The current playback position within the audio file, in seconds.

Applies to