Wave Link

C# Methods for Elgato > Wave Link

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)