IToiMediaRecorder.idl

00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *--------------------------------------------------------------------
00003  *
00004  * IToiMediaRecorder.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 ITOIMEDIARECORDER_IDL
00016 #define ITOIMEDIARECORDER_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 
00047 interface IToiMediaRecorder : IToiMediaRecorderBase {
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