5#ifndef MOLYBDEN_MEDIA_DELEGATES_HPP
6#define MOLYBDEN_MEDIA_DELEGATES_HPP
11#include "molybden/base/delegate.hpp"
12#include "molybden/base/delegate_action.hpp"
13#include "molybden/media/media_device.hpp"
40 std::unique_ptr<rpc::internal::Callback> callback);
The base API that implements classes which represent delegate's action.
Definition delegate_action.hpp:18
Delegates allow you to make decisions that affect the application behavior.
Definition delegate.hpp:30