MCPcopy Create free account
hub / github.com/M2Team/NanaBox / AudioRedirectionMode

Method AudioRedirectionMode

NanaBox/RdpClient.cpp:799–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799LONG NanaBox::RdpClient::AudioRedirectionMode()
800{
801 LONG RawValue;
802 winrt::check_hresult(
803 this->m_SecuredSettings->get_AudioRedirectionMode(
804 &RawValue));
805 return RawValue;
806}
807
808void NanaBox::RdpClient::AudioRedirectionMode(
809 LONG const& Value)

Calls

no outgoing calls

Tested by

no test coverage detected