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