ToiAudioOutputLatencyChangedEvent.idl
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef TOIAUDIOOUTPUTLATENCYCHANGEDEVENT_IDL
00016 #define TOIAUDIOOUTPUTLATENCYCHANGEDEVENT_IDL
00017 #include "TToiInvalidArgumentException.idl"
00018 #include "TToiInvalidPreconditionException.idl"
00019 #include "TToiOperationNotSupportedException.idl"
00020 #include "TToiUnhandledValueException.idl"
00021 #include "ToiApplicationService.idl"
00022 #include "ToiAudioOutputService.idl"
00023 #include "ToiAudioOutputConfiguration.idl"
00024 #include "ToiEvent.idl"
00025
00033
00034
00035 interface ToiAudioOutputLatencyChangedEvent : ToiEvent {
00036 readonly attribute unsigned long connectionId;
00037 readonly attribute long latency;
00038 };
00039 #endif