IToiMediaObserver.idl

00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *--------------------------------------------------------------------
00003  *
00004  * IToiMediaObserver.idl
00005  *
00006  * This file was created by the Motorola IDL backend, 
00007  * which is based on the OmniORB IDL parser.
00008  * Please do not modify.
00009  *
00010  * Copyright (c) 2009 Motorola Inc. All Rights Reserved.
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 //@ [EventObserver(EventIdStartNumber=1600)]
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