Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AudioFileInputNode.Position Property
Definition
- Namespace:
- Windows.Media.Audio
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.
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
Feedback
Was this page helpful?
