Logo
Explore Help
Sign In
dlprows/FocusVolumeControlPlugin
1
0
Fork 0
You've already forked FocusVolumeControlPlugin
Code Issues Pull Requests Packages Projects Releases 1 Wiki Activity
FocusVolumeControlPlugin/src/FocusVolumeControl/AudioSessions/IAudioSession.cs

23 lines
403 B
C#
Raw Normal View History

refactor to remove CoreAudio nuget package and using microsoft's APIs directly to resolve memory leak
2023-09-16 15:34:45 -06:00
using System;
Improve sound browser to make it have more stuff in it improve sound browser debuggability by making it capture the window earlier so you can set a breakpoint and not have it just get VS info put in code to try to handle helldivers 2
2024-02-24 23:46:00 -07:00
using System.Collections;
using System.Collections.Generic;
refactor to remove CoreAudio nuget package and using microsoft's APIs directly to resolve memory leak
2023-09-16 15:34:45 -06:00
namespace FocusVolumeControl.AudioSessions;
Add settings for fallback behavior update action icon with padding
2023-08-20 20:52:48 -06:00
public interface IAudioSession
{
public string DisplayName { get; }
public string GetIcon();
public void ToggleMute();
public bool IsMuted();
public void IncrementVolumeLevel(int step, int ticks);
public int GetVolumeLevel();
Improve sound browser to make it have more stuff in it improve sound browser debuggability by making it capture the window earlier so you can set a breakpoint and not have it just get VS info put in code to try to handle helldivers 2
2024-02-24 23:46:00 -07:00
public IEnumerable<int> Pids { get; }
Add settings for fallback behavior update action icon with padding
2023-08-20 20:52:48 -06:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 177ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API