forked from f1xpl/aasdk
-
Notifications
You must be signed in to change notification settings - Fork 49
classaasdk_1_1channel_1_1inputsource_1_1IInputSourceServiceEventHandler
github-actions edited this page Mar 15, 2026
·
3 revisions
title: aasdk::channel::inputsource::IInputSourceServiceEventHandler
#include <IInputSourceServiceEventHandler.hpp>
| Name | |
|---|---|
| typedef std::shared_ptr< IInputSourceServiceEventHandler > | Pointer |
| Name | |
|---|---|
| IInputSourceServiceEventHandler() =default | |
| virtual | ~IInputSourceServiceEventHandler() =default |
| virtual void | onChannelOpenRequest(const aap_protobuf::service::control::message::ChannelOpenRequest & request) =0 |
| virtual void | onKeyBindingRequest(const aap_protobuf::service::media::sink::message::KeyBindingRequest & request) =0 |
| virtual void | onChannelError(const error::Error & e) =0 |
typedef std::shared_ptr<IInputSourceServiceEventHandler> aasdk::channel::inputsource::IInputSourceServiceEventHandler::Pointer;IInputSourceServiceEventHandler() =defaultvirtual ~IInputSourceServiceEventHandler() =defaultvirtual void onChannelOpenRequest(
const aap_protobuf::service::control::message::ChannelOpenRequest & request
) =0virtual void onKeyBindingRequest(
const aap_protobuf::service::media::sink::message::KeyBindingRequest & request
) =0virtual void onChannelError(
const error::Error & e
) =0Updated on 2026-03-15 at 09:02:41 +0000