Skip to content

classaasdk_1_1channel_1_1inputsource_1_1IInputSourceServiceEventHandler

github-actions edited this page Mar 15, 2026 · 3 revisions

title: aasdk::channel::inputsource::IInputSourceServiceEventHandler


aasdk::channel::inputsource::IInputSourceServiceEventHandler

#include <IInputSourceServiceEventHandler.hpp>

Public Types

Name
typedef std::shared_ptr< IInputSourceServiceEventHandler > Pointer

Public Functions

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

Public Types Documentation

typedef Pointer

typedef std::shared_ptr<IInputSourceServiceEventHandler> aasdk::channel::inputsource::IInputSourceServiceEventHandler::Pointer;

Public Functions Documentation

function IInputSourceServiceEventHandler

IInputSourceServiceEventHandler() =default

function ~IInputSourceServiceEventHandler

virtual ~IInputSourceServiceEventHandler() =default

function onChannelOpenRequest

virtual void onChannelOpenRequest(
    const aap_protobuf::service::control::message::ChannelOpenRequest & request
) =0

function onKeyBindingRequest

virtual void onKeyBindingRequest(
    const aap_protobuf::service::media::sink::message::KeyBindingRequest & request
) =0

function onChannelError

virtual void onChannelError(
    const error::Error & e
) =0

Updated on 2026-03-15 at 09:02:41 +0000

Clone this wiki locally