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
- InternalMappingException.cs
- DbException.cs
- ConfigurationValue.cs
- CanExecuteRoutedEventArgs.cs
- ItemsPresenter.cs
- RegexReplacement.cs
- HttpModuleCollection.cs
- HuffModule.cs
- PartialArray.cs
- _ServiceNameStore.cs
- RootAction.cs
- HMACSHA256.cs
- ClientRolePrincipal.cs
- ZipIOCentralDirectoryFileHeader.cs
- InputLanguageEventArgs.cs
- StackBuilderSink.cs
- DesignTimeVisibleAttribute.cs
- UrlMappingsSection.cs
- LocalClientSecuritySettingsElement.cs
- FrameworkContentElementAutomationPeer.cs
- SqlProvider.cs
- OdbcDataAdapter.cs
- HttpSessionStateBase.cs
- ClientCultureInfo.cs
- LightweightCodeGenerator.cs
- SinglePhaseEnlistment.cs
- HTTPNotFoundHandler.cs
- AdapterUtil.cs
- ISAPIRuntime.cs
- DocumentEventArgs.cs
- ErrorFormatter.cs
- QuotaThrottle.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- Int32EqualityComparer.cs
- DragDeltaEventArgs.cs
- ContentDisposition.cs
- ViewManagerAttribute.cs
- BindingMemberInfo.cs
- HostVisual.cs
- WsatAdminException.cs
- SoapServerProtocol.cs
- ConfigurationSectionGroupCollection.cs
- DataGridViewCellMouseEventArgs.cs
- BamlStream.cs
- XmlNodeChangedEventArgs.cs
- BaseDataBoundControl.cs
- XmlStreamNodeWriter.cs
- CompareInfo.cs
- TableRowCollection.cs
- RemoteWebConfigurationHostStream.cs
- DisplayInformation.cs
- BooleanConverter.cs
- SoapConverter.cs
- TerminatorSinks.cs
- IODescriptionAttribute.cs
- ItemTypeToolStripMenuItem.cs
- TypeBuilderInstantiation.cs
- SelectionRange.cs
- GuidConverter.cs
- HtmlEmptyTagControlBuilder.cs
- DoubleMinMaxAggregationOperator.cs
- MessageBox.cs
- ClientViaElement.cs
- AttachedPropertyMethodSelector.cs
- LinkLabel.cs
- RegexGroup.cs
- MessageBox.cs
- ContextMenuStripGroupCollection.cs
- ScrollBarRenderer.cs
- BinaryCommonClasses.cs
- SecurityPolicySection.cs
- RtfNavigator.cs
- SatelliteContractVersionAttribute.cs
- FormsAuthenticationUserCollection.cs
- MiniAssembly.cs
- HttpConfigurationSystem.cs
- MultitargetUtil.cs
- PixelFormat.cs
- ImpersonationContext.cs
- AllMembershipCondition.cs
- PositiveTimeSpanValidatorAttribute.cs
- ProgressBarAutomationPeer.cs
- ContactManager.cs
- DataServiceClientException.cs
- SoapElementAttribute.cs
- BreakRecordTable.cs
- FormViewCommandEventArgs.cs
- CachedFontFamily.cs
- FixedSOMContainer.cs
- MultiSelectRootGridEntry.cs
- RegionData.cs
- PropertyValueChangedEvent.cs
- ZipIOExtraFieldElement.cs
- ObjectListCommandCollection.cs
- StringCollection.cs
- NameValueCollection.cs
- MethodBody.cs
- ValidatorCollection.cs
- Serializer.cs
- DecoderFallbackWithFailureFlag.cs