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
- CroppedBitmap.cs
- TextPenaltyModule.cs
- Renderer.cs
- XmlStringTable.cs
- Module.cs
- BitmapSourceSafeMILHandle.cs
- XmlSchemaElement.cs
- StringAnimationBase.cs
- XmlNodeWriter.cs
- Int32KeyFrameCollection.cs
- XmlSchemaSet.cs
- FieldMetadata.cs
- IgnoreFileBuildProvider.cs
- XsdBuilder.cs
- Executor.cs
- ToolStripOverflow.cs
- HtmlProps.cs
- MissingSatelliteAssemblyException.cs
- ContextMenuAutomationPeer.cs
- ShapingWorkspace.cs
- RegexBoyerMoore.cs
- BitmapEffectRenderDataResource.cs
- MasterPage.cs
- ConstraintManager.cs
- Rotation3DKeyFrameCollection.cs
- TargetFrameworkUtil.cs
- WindowVisualStateTracker.cs
- InstanceContextMode.cs
- DataGridColumnCollection.cs
- Line.cs
- MultipartContentParser.cs
- NopReturnReader.cs
- Int32CollectionConverter.cs
- Predicate.cs
- PersistenceProviderFactory.cs
- FontStretchConverter.cs
- FontCacheLogic.cs
- SemanticKeyElement.cs
- MemberMemberBinding.cs
- SimpleModelProvider.cs
- SecurityTokenValidationException.cs
- HtmlShimManager.cs
- _NegoStream.cs
- XmlSchemaAnnotated.cs
- ApplicationServiceHelper.cs
- XmlDocumentFragment.cs
- EmptyControlCollection.cs
- RuleSettingsCollection.cs
- Component.cs
- DataGridViewHeaderCell.cs
- DbProviderFactoriesConfigurationHandler.cs
- Point3DCollectionConverter.cs
- ServiceModelEnhancedConfigurationElementCollection.cs
- ProcessManager.cs
- MailMessageEventArgs.cs
- FileUpload.cs
- ParseElement.cs
- WsdlInspector.cs
- DeviceSpecificDialogCachedState.cs
- DrawingCollection.cs
- PenThreadWorker.cs
- HttpRuntime.cs
- CqlLexer.cs
- IDispatchConstantAttribute.cs
- ListBindingHelper.cs
- ImpersonateTokenRef.cs
- CodeEntryPointMethod.cs
- ToolStripDropDown.cs
- NetSectionGroup.cs
- LabelLiteral.cs
- QueryableDataSourceEditData.cs
- HitTestWithGeometryDrawingContextWalker.cs
- XmlSecureResolver.cs
- DataMember.cs
- ExpanderAutomationPeer.cs
- DbConvert.cs
- Socket.cs
- DebugHandleTracker.cs
- ObjectDataSourceFilteringEventArgs.cs
- XmlExtensionFunction.cs
- ZipIORawDataFileBlock.cs
- SmtpFailedRecipientsException.cs
- DefaultSection.cs
- TaskExceptionHolder.cs
- XmlSchemaSimpleTypeList.cs
- WmpBitmapDecoder.cs
- EntityViewGenerator.cs
- BeginStoryboard.cs
- GPStream.cs
- Msec.cs
- PowerModeChangedEventArgs.cs
- ObjectParameterCollection.cs
- MailMessageEventArgs.cs
- MatrixAnimationUsingPath.cs
- DataGridViewCellValidatingEventArgs.cs
- WorkflowApplicationException.cs
- TableLayoutCellPaintEventArgs.cs
- UInt64Storage.cs
- FtpCachePolicyElement.cs
- ReadOnlyMetadataCollection.cs