Xeno-rat
Loading...
Searching...
No Matches
NAudio.Wave.IWavePosition Interface Reference

Interface for IWavePlayers that can report position. More...

Inheritance diagram for NAudio.Wave.IWavePosition:
Collaboration diagram for NAudio.Wave.IWavePosition:

Public Member Functions

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

Properties

WaveFormat OutputWaveFormat [get]
 Gets a Wave.WaveFormat instance indicating the format the hardware is using.
 

Detailed Description

Interface for IWavePlayers that can report position.

Member Function Documentation

◆ GetPosition()

long NAudio.Wave.IWavePosition.GetPosition ( )

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

Returns
Position in bytes

Implemented in NAudio.Wave.WasapiOut, NAudio.Wave.WaveOut, and NAudio.Wave.WaveOutEvent.

Property Documentation

◆ OutputWaveFormat

WaveFormat NAudio.Wave.IWavePosition.OutputWaveFormat
get

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

Implemented in NAudio.Wave.WasapiOut, NAudio.Wave.WaveOut, and NAudio.Wave.WaveOutEvent.


The documentation for this interface was generated from the following file: