Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Recognition / AudioLevelUpdatedEventArgs.cs / 1 / AudioLevelUpdatedEventArgs.cs
//------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------- using System; namespace System.Speech.Recognition { /// TODOC <_include file='doc\AudioStatusChangedEventArgs.uex' path='docs/doc[@for="AudioStatusChangedEventArgs"]/*' /> // EventArgs used in the AudioLevelUpdatedEventArgs event. public class AudioLevelUpdatedEventArgs : EventArgs { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors internal AudioLevelUpdatedEventArgs(int audioLevel) { _audioLevel = audioLevel; } #endregion //******************************************************************** // // Public Properties // //******************************************************************* #region public Properties /// TODOC <_include file='doc\AudioStatusChangedEventArgs.uex' path='docs/doc[@for="AudioStatusChangedEventArgs.AudioStatus"]/*' /> public int AudioLevel { get { return _audioLevel; } } #endregion //******************************************************************** // // Private Fields // //******************************************************************** #region Private Fields private int _audioLevel; #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------- using System; namespace System.Speech.Recognition { /// TODOC <_include file='doc\AudioStatusChangedEventArgs.uex' path='docs/doc[@for="AudioStatusChangedEventArgs"]/*' /> // EventArgs used in the AudioLevelUpdatedEventArgs event. public class AudioLevelUpdatedEventArgs : EventArgs { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors internal AudioLevelUpdatedEventArgs(int audioLevel) { _audioLevel = audioLevel; } #endregion //******************************************************************** // // Public Properties // //******************************************************************* #region public Properties /// TODOC <_include file='doc\AudioStatusChangedEventArgs.uex' path='docs/doc[@for="AudioStatusChangedEventArgs.AudioStatus"]/*' /> public int AudioLevel { get { return _audioLevel; } } #endregion //******************************************************************** // // Private Fields // //******************************************************************** #region Private Fields private int _audioLevel; #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EdmConstants.cs
- StandardOleMarshalObject.cs
- BitmapDownload.cs
- InvalidProgramException.cs
- OdbcConnectionFactory.cs
- QueryOptionExpression.cs
- RangeBase.cs
- SiteMapSection.cs
- ResourceReader.cs
- LostFocusEventManager.cs
- SubMenuStyle.cs
- SpecialFolderEnumConverter.cs
- RecognitionResult.cs
- LinkedResourceCollection.cs
- FontWeight.cs
- RpcCryptoContext.cs
- EntityContainer.cs
- Rfc2898DeriveBytes.cs
- PinnedBufferMemoryStream.cs
- PartitionedStream.cs
- SeverityFilter.cs
- SelectQueryOperator.cs
- ApplicationException.cs
- SqlFunctionAttribute.cs
- DataServiceClientException.cs
- BaseResourcesBuildProvider.cs
- Stack.cs
- CodeVariableDeclarationStatement.cs
- CultureInfoConverter.cs
- LinkDescriptor.cs
- ResourceExpression.cs
- MailDefinition.cs
- ColumnResizeAdorner.cs
- CrossAppDomainChannel.cs
- DataColumnMapping.cs
- WizardSideBarListControlItemEventArgs.cs
- DataGridViewMethods.cs
- XdrBuilder.cs
- IpcClientChannel.cs
- InputScopeConverter.cs
- EntityViewGenerationAttribute.cs
- SubpageParaClient.cs
- RMEnrollmentPage1.cs
- DataTableTypeConverter.cs
- DoubleConverter.cs
- MultitargetingHelpers.cs
- BitHelper.cs
- ListenerTraceUtility.cs
- ListManagerBindingsCollection.cs
- Permission.cs
- Highlights.cs
- DuplicateWaitObjectException.cs
- SortQuery.cs
- Rect.cs
- InvalidComObjectException.cs
- DataSourceControl.cs
- ExtensionElement.cs
- odbcmetadatacollectionnames.cs
- ActivityCodeDomSerializer.cs
- HostProtectionException.cs
- UrlPath.cs
- BinaryUtilClasses.cs
- HttpHeaderCollection.cs
- ContentPropertyAttribute.cs
- FontUnit.cs
- XomlCompilerParameters.cs
- WebUtil.cs
- Operator.cs
- EncodingConverter.cs
- DocumentReference.cs
- ViewStateChangedEventArgs.cs
- ProfileManager.cs
- TypedReference.cs
- HotSpotCollection.cs
- TextEncodedRawTextWriter.cs
- FormatConvertedBitmap.cs
- InvalidOleVariantTypeException.cs
- DefaultSettingsSection.cs
- DocobjHost.cs
- PeerNameRegistration.cs
- CodeDomSerializerException.cs
- StylusEventArgs.cs
- DataContext.cs
- SqlServices.cs
- TextBox.cs
- HttpValueCollection.cs
- AuthenticationException.cs
- ResolveResponseInfo.cs
- CalendarModeChangedEventArgs.cs
- SiteMapNodeItemEventArgs.cs
- SimpleColumnProvider.cs
- ListChangedEventArgs.cs
- RemoveStoryboard.cs
- ArgumentFixer.cs
- PersonalizationEntry.cs
- CompletionProxy.cs
- Pair.cs
- Ticks.cs
- ProjectedSlot.cs
- StreamFormatter.cs