Molybden API
|
A browser capture session. More...
#include <capture_session.hpp>
Public Member Functions | |
virtual std::shared_ptr< Browser > | browser ()=0 |
Returns the browser instance that owns this capture session. | |
virtual void | stop ()=0 |
Stops capturing. | |
virtual bool | isActive ()=0 |
Indicates whether this capture session is active. | |
virtual CaptureSource | source ()=0 |
Returns the CaptureSource instance for this capture session. | |
Additional Inherited Members | |
Public Attributes inherited from molybden::CaptureSessionEvents | |
Event< CaptureSessionStopped > | onCaptureSessionStopped |
Invoked when content capture session was initiated. | |
A browser capture session.
|
pure virtual |
Stops capturing.
Does nothing if this capture session is already stopped.