Get the context manager from shared device, which is an object of dcpp::shared_device.
Calling Sig:
dcpp::video::IContextManager * context = shared_device.context();
// Can use auto.
Not all video driver has context manager, if that video driver has no context manager, it returns nullptr and does not throw exception.