X-Git-Url: https://git.sesse.net/?p=bmusb;a=blobdiff_plain;f=bmusb.h;h=9ba27bcc111234040d807bbcd0fafbb3f3cd9275;hp=e905e05afc82496abca75a5ef22083826f805125;hb=5b54cc5acb28f5d2071c99ef7a715044aa30f10c;hpb=487a136592e4bd5acda92d35cf52fe4489c69bbf diff --git a/bmusb.h b/bmusb.h index e905e05..9ba27bc 100644 --- a/bmusb.h +++ b/bmusb.h @@ -114,7 +114,7 @@ class CaptureInterface { virtual ~CaptureInterface() {} virtual std::map get_available_video_modes() const = 0; - + virtual uint32_t get_current_video_mode() const = 0; virtual void set_video_mode(uint32_t video_mode_id) = 0; // Does not take ownership. @@ -153,7 +153,7 @@ class BMUSBCapture : public CaptureInterface { ~BMUSBCapture() {} std::map get_available_video_modes() const override; - + uint32_t get_current_video_mode() const override; void set_video_mode(uint32_t video_mode_id) override; // Does not take ownership.