Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia.AudioIO / AudioIO / AudioIOEnums.cs
index bec87b0..50e9c84 100644 (file)
@@ -1,18 +1,18 @@
 /*
-* Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
-*
-* Licensed under the Apache License, Version 2.0 (the License);
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an AS IS BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 using Tizen.Internals.Errors;
 
@@ -22,7 +22,7 @@ namespace Tizen.Multimedia
     {
         Mono = 0x80,
         Stereo
-    };
+    }
 
     internal enum AudioIOError
     {
@@ -42,7 +42,7 @@ namespace Tizen.Multimedia
     }
 
     /// <summary>
-    /// Specifies the states for the <see cref="AudioPlayback"/>, <see cref="AudioCapture"/> and <see cref="AsyncAudioCapture"/>.
+    /// Specifies the states for the <see cref="AudioPlayback"/>, <see cref="AudioCapture"/>, and <see cref="AsyncAudioCapture"/>.
     /// </summary>
     public enum AudioIOState
     {
@@ -63,7 +63,7 @@ namespace Tizen.Multimedia
     }
 
     /// <summary>
-    /// Enumeration for audio sample type.
+    /// Specifies the audio sample types.
     /// </summary>
     public enum AudioSampleType
     {
@@ -76,5 +76,4 @@ namespace Tizen.Multimedia
         /// </summary>
         S16Le
     }
-
-}
+}
\ No newline at end of file