TSCSOftware
Results
2
issues of
TSCSOftware
can you ADD recording function using new IZoomSDKAudioRawDataDelegate() {}
issue-type: enhancement
issue-type: help wanted
severity: low
issue-platform: android
`HRESULT OpenURL(const std::wstring& url) override { HRESULT hr = S_OK; wil::com_ptr resolver; wil::com_ptr source; wil::com_ptr mediaSource; wil::com_ptr presentationDescriptor; // Create the source resolver. hr = MFCreateSourceResolver(&resolver); if (!SUCCEEDED(hr)) { std::cout