Motorola Mobility Confidential Restricted.
/extra/kbs/check_outs/co_206438/STABLE_geranium_lpm_cornsilk_1/dist/idl/js/toi/ToiMediaRecorder.idl
00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *--------------------------------------------------------------------
00003  *
00004  * ToiMediaRecorder.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 TOIMEDIARECORDER_IDL
00016 #define TOIMEDIARECORDER_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 "ToiMediaSession.idl"
00028 #include "TToiUnhandledValueException.idl"
00029 #include "ToiApplicationService.idl"
00030 #include "ToiOperationManager.idl"
00031 #include "ToiAssetManagerService.idl"
00032 #include "ToiMediaPlayerBase.idl"
00033 #include "ToiMediaPlayer.idl"
00034 #include "ToiMediaRecorderBase.idl"
00035 
00047 interface ToiMediaRecorder : ToiMediaRecorderBase {
00048 
00103   void open(in string url, 
00104         in string assetId)
00105    raises (TToiSessionViolationException, TToiInvalidArgumentException, TToiBusyException, TToiUnavailableException, TToiInvalidPreconditionException);
00106   
00129   void close()
00130    raises (TToiSessionViolationException);
00131   
00152   void record()
00153    raises (TToiSessionViolationException, TToiOperationNotSupportedException);
00154   
00189   void recordAt(in unsigned long offset)
00190    raises (TToiSessionViolationException, TToiOperationNotSupportedException);
00191   
00217   void setParameter(in string name, 
00218         in string value)
00219    raises (TToiInvalidArgumentException, TToiPermissionDeniedException);
00220   
00244   void unsetParameter(in string name)
00245    raises (TToiInvalidArgumentException, TToiPermissionDeniedException);
00246   
00247 };
00248 
00249 #endif