khronosfws/openmax_al/src/mediarecorder/xamediarecorder.h
changeset 31 8dfd592727cb
parent 16 43d09473c595
child 33 5e8b14bae8c3
--- a/khronosfws/openmax_al/src/mediarecorder/xamediarecorder.h	Thu May 27 13:20:50 2010 +0300
+++ b/khronosfws/openmax_al/src/mediarecorder/xamediarecorder.h	Wed Jun 23 18:47:10 2010 +0300
@@ -1,19 +1,19 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description: 
-*
-*/
+ * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Nokia Corporation - initial contribution.
+ *
+ * Contributors:
+ *
+ * Description: MediaRecorder Object Header
+ *
+ */
 
 #ifndef XAMEDIARECORDER_H
 #define XAMEDIARECORDER_H
@@ -26,14 +26,12 @@
 
 /** MACROS **/
 
-
 /** TYPES **/
 
-
 /** ENUMERATIONS **/
 /* Enumeration for interfaces that MediaRecorder supports.  */
 typedef enum
-{
+    {
     MR_OBJECTITF,
     MR_AUDIOENCODERITF,
     MR_CONFIGEXTENSIONITF,
@@ -51,12 +49,12 @@
     MR_METADATAEXTRACTIONITF,
     MR_METADATATRAVERSALITF,
     MR_ITFCOUNT
-} MRInterfaces;
+    } MRInterfaces;
 
 /** STRUCTURES **/
 /* Specification for  MediaRecorderImpl. */
 typedef struct XAMediaRecorderImpl_
-{
+    {
     /* Parent for XAMediaRecorder */
     XAObjectItfImpl baseObj;
 
@@ -67,20 +65,21 @@
     XAuint8 recModes;
     XAAdaptationBaseCtx* adaptationCtx;
 
-} XAMediaRecorderImpl;
-
+    } XAMediaRecorderImpl;
 
 /** METHODS **/
 
 /* base object XAObjectItfImpl methods */
-XAresult    XAMediaRecorderImpl_DoRealize(XAObjectItf self);
-XAresult    XAMediaRecorderImpl_DoResume(XAObjectItf self);
-void        XAMediaRecorderImpl_FreeResources(XAObjectItf self);
-
+XAresult XAMediaRecorderImpl_DoRealize(XAObjectItf self);
+XAresult XAMediaRecorderImpl_DoResume(XAObjectItf self);
+void XAMediaRecorderImpl_FreeResources(XAObjectItf self);
 
 /* MediaRecorderImpl -specific methods*/
-XAresult XAMediaRecorderImpl_DoAddItf(XAObjectItf self, XAObjItfMapEntry *mapEntry  );
-XAresult XAMediaRecorderImpl_DoResumeItf(XAObjectItf self, XAObjItfMapEntry *mapEntry  );
-XAresult XAMediaRecorderImpl_DoRemoveItf(XAObjectItf self, XAObjItfMapEntry *mapEntry );
+XAresult XAMediaRecorderImpl_DoAddItf(XAObjectItf self,
+        XAObjItfMapEntry *mapEntry);
+XAresult XAMediaRecorderImpl_DoResumeItf(XAObjectItf self,
+        XAObjItfMapEntry *mapEntry);
+XAresult XAMediaRecorderImpl_DoRemoveItf(XAObjectItf self,
+        XAObjItfMapEntry *mapEntry);
 
 #endif /* XAMEDIARECORDER_H */