AudioFileInputNode.Reset Method

Definition

Resets the audio file input node.

public:
 virtual void Reset() = Reset;
void Reset();
public void Reset();
function reset()
Public Sub Reset ()

Implements

Remarks

This method causes the node to reset the playback position back to the beginning of the file, or to the time specified by the StartTime property if it has been set. Calling this method causes DiscardQueuedFrames to be called on any audio effects applied to the AudioFileInputNode.

Applies to