Merge pull request #21145 from MaximMilashchenko:AudioUpdate
authorMaximMilashchenko <67949029+MaximMilashchenko@users.noreply.github.com>
Sat, 4 Dec 2021 10:37:10 +0000 (13:37 +0300)
committerGitHub <noreply@github.com>
Sat, 4 Dec 2021 10:37:10 +0000 (10:37 +0000)
commitcb08c15616e69168de0e3ff9ca63ad464dcf3cae
treefdbc3d5312b35e14731846d0f18a4a5f78c0033c
parentd2f87ca76cdbe61afa14142dc7011694e01b2ae3
Merge pull request #21145 from MaximMilashchenko:AudioUpdate

Audio MSMF: added the ability to set sample per second

* Audio MSMF: added the ability to set sample per second

* changed the valid sampling rate check

* fixed docs

* add test

* fixed warning

* fixed error

* fixed error
modules/videoio/include/opencv2/videoio.hpp
modules/videoio/src/cap_msmf.cpp
modules/videoio/test/test_audio.cpp