Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / 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
- Interlocked.cs
- RawStylusInputReport.cs
- NativeMethods.cs
- StdValidatorsAndConverters.cs
- NavigationFailedEventArgs.cs
- IndependentlyAnimatedPropertyMetadata.cs
- HandledMouseEvent.cs
- PointAnimationUsingKeyFrames.cs
- BulletedListEventArgs.cs
- HMACMD5.cs
- WebResourceUtil.cs
- MemberDescriptor.cs
- ImageListDesigner.cs
- UnsignedPublishLicense.cs
- PerfService.cs
- EntityContainerEmitter.cs
- SectionInput.cs
- ConfigurationManagerHelper.cs
- WindowsGraphics2.cs
- SqlColumnizer.cs
- LowerCaseStringConverter.cs
- MenuCommand.cs
- DataGridHyperlinkColumn.cs
- Math.cs
- SoapHeaderAttribute.cs
- UMPAttributes.cs
- HMACSHA384.cs
- _Semaphore.cs
- Geometry.cs
- ServiceAuthorizationBehavior.cs
- OleDbPermission.cs
- CfgArc.cs
- VSWCFServiceContractGenerator.cs
- PartBasedPackageProperties.cs
- ConfigurationFileMap.cs
- WebPartUserCapability.cs
- SafeReversePInvokeHandle.cs
- Mappings.cs
- MetadataArtifactLoaderCompositeResource.cs
- Vector3DCollectionConverter.cs
- Function.cs
- TreeNodeStyleCollection.cs
- ScriptControlManager.cs
- DataGridTablesFactory.cs
- ClientApiGenerator.cs
- SoapObjectInfo.cs
- HandlerMappingMemo.cs
- CompModHelpers.cs
- TimeoutException.cs
- StringAnimationUsingKeyFrames.cs
- HtmlSelectionListAdapter.cs
- odbcmetadatafactory.cs
- TemplatedMailWebEventProvider.cs
- OpenTypeLayoutCache.cs
- MetadataAssemblyHelper.cs
- SymLanguageType.cs
- SqlNodeAnnotation.cs
- ObjectReferenceStack.cs
- DataSourceControlBuilder.cs
- MenuBindingsEditor.cs
- ScriptReferenceEventArgs.cs
- StringToken.cs
- DataGridRelationshipRow.cs
- HtmlToClrEventProxy.cs
- COAUTHINFO.cs
- ServiceModelExtensionElement.cs
- EqualityComparer.cs
- DependsOnAttribute.cs
- ViewStateException.cs
- CachedPathData.cs
- Bidi.cs
- SingleStorage.cs
- ZipIOExtraField.cs
- QueryAccessibilityHelpEvent.cs
- BitmapEffectState.cs
- TagMapCollection.cs
- behaviorssection.cs
- ResourceAttributes.cs
- FragmentQueryProcessor.cs
- ToolStripItemGlyph.cs
- Quad.cs
- DataFormats.cs
- PriorityQueue.cs
- FacetDescriptionElement.cs
- QilFunction.cs
- WebPartDisplayModeEventArgs.cs
- CustomAttributeFormatException.cs
- NegotiateStream.cs
- ButtonBase.cs
- ActivityCodeDomSerializationManager.cs
- DllNotFoundException.cs
- FontStretch.cs
- SoapCommonClasses.cs
- ImportedNamespaceContextItem.cs
- EventLogger.cs
- Wizard.cs
- TcpAppDomainProtocolHandler.cs
- DesignBindingValueUIHandler.cs
- FormsAuthenticationUser.cs
- HttpProfileGroupBase.cs