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 
00097   void open(in string url, 
00098         in string assetId)
00099    raises (TToiSessionViolationException, TToiInvalidArgumentException, TToiBusyException, TToiUnavailableException, TToiInvalidPreconditionException);
00100   
00123   void close()
00124    raises (TToiSessionViolationException);
00125   
00146   void record()
00147    raises (TToiSessionViolationException, TToiOperationNotSupportedException);
00148   
00183   void recordAt(in unsigned long offset)
00184    raises (TToiSessionViolationException, TToiOperationNotSupportedException);
00185   
00211   void setParameter(in string name, 
00212         in string value)
00213    raises (TToiInvalidArgumentException, TToiPermissionDeniedException);
00214   
00238   void unsetParameter(in string name)
00239    raises (TToiInvalidArgumentException, TToiPermissionDeniedException);
00240   
00241 };
00242 
00243 #endif