|
template<typename T > |
void | checkForConstructionError (T const &ptr, const char objName[]) |
| Checks something to see if it's false-ish, printing a message and throwing an exception if it is. More...
|
|
std::string | getDevicePath (PropertyBagHelper &prop) |
|
std::string | getDeviceHumanDesc (PropertyBagHelper &prop) |
|
template<typename T > |
bool | didConstructionFail (T const &ptr, const char objName[]) |
| Checks something to see if it's false-ish, printing a message and throwing an exception if it is. More...
|
|
template<typename F > |
comutils::Ptr< IMoniker > | find_first_capture_device_where (F &&f) |
|
bool | setBufferLatency (ICaptureGraphBuilder2 &builder, IBaseFilter &filter, std::size_t numBuffers) |
|