| 3227 | } |
| 3228 | |
| 3229 | bool 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 | |
| 3238 | void NanaBox::RdpClient::EncodeCameraVideo( |
| 3239 | bool const& Value) |
nothing calls this directly
no outgoing calls
no test coverage detected