ToiVideoOutputConfigurationVideoOutputSettingsChangedEvent.idl
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef TOIVIDEOOUTPUTCONFIGURATIONVIDEOOUTPUTSETTINGSCHANGEDEVENT_IDL
00016 #define TOIVIDEOOUTPUTCONFIGURATIONVIDEOOUTPUTSETTINGSCHANGEDEVENT_IDL
00017 #include "TToiOperationNotSupportedException.idl"
00018 #include "TToiInvalidArgumentException.idl"
00019 #include "ToiVideoOutputConfiguration.idl"
00020 #include "ToiEvent.idl"
00021
00028
00029
00030 interface ToiVideoOutputConfigurationVideoOutputSettingsChangedEvent : ToiEvent {
00031 readonly attribute ToiVideoOutputConfigurationVideoOutputInfo info;
00032 };
00033 #endif