Table of Contents

Interface IWavePosition

Namespace
NAudio.Wave
Assembly
NAudio.Core.dll

Interface for IWavePlayers that can report position

public interface IWavePosition
Extension Methods

Properties

OutputWaveFormat

Gets a WaveFormat instance indicating the format the hardware is using.

WaveFormat OutputWaveFormat { get; }

Property Value

WaveFormat

Methods

GetPosition()

Position (in terms of bytes played - does not necessarily translate directly to the position within the source audio file)

long GetPosition()

Returns

long

Position in bytes