Stream Deck

C# Methods for Elgato > Stream Deck

StreamDeckSetBackgroundColor

public void StreamDeckSetBackgroundColor(string buttonId, string color, int state)
public void StreamDeckSetBackgroundColor(string buttonId, string color)

StreamDeckSetBackgroundLocal

public void StreamDeckSetBackgroundLocal(string buttonId, string imageFile, string color, int state)
public void StreamDeckSetBackgroundLocal(string buttonId, string imageFile, int state)
public void StreamDeckSetBackgroundLocal(string buttonId, string imageFile, string color)
public void StreamDeckSetBackgroundLocal(string buttonId, string imageFile)

StreamDeckSetBackgroundUrl

public void StreamDeckSetBackgroundUrl(string buttonId, string imageUrl, string color, int state)
public void StreamDeckSetBackgroundUrl(string buttonId, string imageUrl, int state)
public void StreamDeckSetBackgroundUrl(string buttonId, string imageUrl, string color)
public void StreamDeckSetBackgroundUrl(string buttonId, string imageUrl)

StreamDeckSetState

public void StreamDeckSetState(string buttonId, int state)

StreamDeckSetTitle

public void StreamDeckSetTitle(string buttonId, string title, int state)
public void StreamDeckSetTitle(string buttonId, string title)

StreamDeckSetValue

public void StreamDeckSetValue(string buttonId, string value)

StreamDeckShowAlert

public void StreamDeckShowAlert(string buttonId)

StreamDeckShowOk

public void StreamDeckShowOk(string buttonId)

StreamDeckToggleState

public void StreamDeckToggleState(string buttonId)

WaveLinkGetInputIdentifier

public string WaveLinkGetInputIdentifier(string inputName)

WaveLinkGetMicrophoneIdentifier

public string WaveLinkGetMicrophoneIdentifier(string microphoneName)

WaveLinkInputFilterBypassBypassed

public void WaveLinkInputFilterBypassBypassed(string inputIdentifier, string mixer)

WaveLinkInputFilterBypassEnabled

public void WaveLinkInputFilterBypassEnabled(string inputIdentifier, string mixer)

WaveLinkInputFilterBypassToggle

public void WaveLinkInputFilterBypassToggle(string inputIdentifier, string mixer)

WaveLinkInputFilterDisable

public void WaveLinkInputFilterDisable(string inputIdentifier, string filterIdentifier)

WaveLinkInputFilterEnable

public void WaveLinkInputFilterEnable(string inputIdentifier, string filterIdentifier)

WaveLinkInputFilterToggle

public void WaveLinkInputFilterToggle(string inputIdentifier, string filterIdentifier)

WaveLinkInputGetFilterIdentifier

public string WaveLinkInputGetFilterIdentifier(string inputIdentifier, string filterName)

WaveLinkInputGetFilterState

public bool WaveLinkInputGetFilterState(string inputIdentifier, string filterIdentifier)

WaveLinkInputGetVolume

public long WaveLinkInputGetVolume(string inputIdentifier, string mixer)

WaveLinkInputMute

public void WaveLinkInputMute(string identifier, string mixer)

WaveLinkInputSetVolume

public void WaveLinkInputSetVolume(string inputIdentifier, string mixer, int volume)

WaveLinkInputToggleMute

public void WaveLinkInputToggleMute(string identifier, string mixer)

WaveLinkInputUnmute

public void WaveLinkInputUnmute(string identifier, string mixer)

WaveLinkMicrophoneGetVolume

public Double WaveLinkMicrophoneGetVolume(string microphoneIdentifier)

WaveLinkMicrophoneMute

public void WaveLinkMicrophoneMute(string microphoneIdentifier)

WaveLinkMicrophoneSetVolume

public void WaveLinkMicrophoneSetVolume(string microphoneIdentifier, Double volume)

WaveLinkMicrophoneToggleMute

public void WaveLinkMicrophoneToggleMute(string microphoneIdentifier)

WaveLinkMicrophoneUnmute

public void WaveLinkMicrophoneUnmute(string microphoneIdentifier)

WaveLinkOutputMute

public void WaveLinkOutputMute(string mixer)

WaveLinkOutputToggleMute

public void WaveLinkOutputToggleMute(string mixer)

WaveLinkOutputUnmute

public void WaveLinkOutputUnmute(string mixer)

WaveLinkSetOutputVolume

public void WaveLinkSetOutputVolume(string mixer, int volume)