Interface IWavePosition
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
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