IToiMediaRecorderObserver.idl
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef ITOIMEDIARECORDEROBSERVER_IDL
00016 #define ITOIMEDIARECORDEROBSERVER_IDL
00017
00018 #include "TToiOperationNotSupportedException.idl"
00019 #include "TToiUnavailableException.idl"
00020 #include "TToiNoDataException.idl"
00021 #include "TToiNotEnoughResourcesException.idl"
00022 #include "TToiInvalidArgumentException.idl"
00023 #include "TToiBusyException.idl"
00024 #include "TToiSessionViolationException.idl"
00025 #include "TToiPermissionDeniedException.idl"
00026 #include "TToiInvalidPreconditionException.idl"
00027 #include "IToiMediaSession.idl"
00028 #include "TToiUnhandledValueException.idl"
00029 #include "IToiApplicationService.idl"
00030 #include "IToiOperationManager.idl"
00031 #include "IToiAssetManagerService.idl"
00032 #include "IToiMediaPlayerBase.idl"
00033 #include "IToiMediaPlayer.idl"
00034 #include "IToiMediaRecorderBase.idl"
00035 #include "IToiMediaRecorder.idl"
00036
00046
00054 interface IToiMediaRecorderObserver {
00055
00077 oneway void OnStateChanged(in IToiMediaRecorderBase::TToiMediaRecorderState state,
00078 in string reason);
00079
00088
00089
00090
00091 oneway void OnParameterChanged(in string name);
00092
00093 };
00094
00095 #endif