IToiMediaObserver.idl
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef ITOIMEDIAOBSERVER_IDL
00016 #define ITOIMEDIAOBSERVER_IDL
00017
00018 #include "TToiOperationNotSupportedException.idl"
00019 #include "TToiNoDataException.idl"
00020 #include "TToiNotEnoughResourcesException.idl"
00021 #include "TToiInvalidArgumentException.idl"
00022 #include "TToiSessionViolationException.idl"
00023 #include "IToiMediaSession.idl"
00024 #include "TToiPermissionDeniedException.idl"
00025 #include "TToiUnhandledValueException.idl"
00026 #include "IToiApplicationService.idl"
00027 #include "IToiMediaService.idl"
00028
00034
00042 interface IToiMediaObserver {
00043
00053 oneway void OnSessionStateChanged(in IToiMediaService::TToiSessionInfo sessionInfo);
00054
00064 oneway void OnSessionStreamInfoChanged(in IToiMediaService::TToiSessionInfo sessionInfo,
00065 in IToiMediaSession::TToiStreamInfo streamInfo);
00066
00067 };
00068
00069 #endif