Reply to thread

/// <summary>

/// Property which indicates if we're playing a file

/// <remarks>This should return true even if current playback is paused</remarks>

/// </summary>

public virtual bool Playing


Top Bottom