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

Method EncodeCameraVideo

NanaBox/RdpClient.cpp:3229–3236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3227}
3228
3229bool NanaBox::RdpClient::EncodeCameraVideo()
3230{
3231 VARIANT_BOOL RawValue;
3232 winrt::check_hresult(
3233 this->m_CameraCollection->get_EncodeVideo(
3234 &RawValue));
3235 return RawValue;
3236}
3237
3238void NanaBox::RdpClient::EncodeCameraVideo(
3239 bool const& Value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected