Code:
/ DotNET / DotNET / 8.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Table.cs
- CfgParser.cs
- WsatTransactionHeader.cs
- TrackingMemoryStream.cs
- AssemblyAttributes.cs
- StrokeIntersection.cs
- WebPartUtil.cs
- ProgressBarAutomationPeer.cs
- FixedSOMPage.cs
- DataGridViewCell.cs
- FontCollection.cs
- PipeSecurity.cs
- DesignerDataSchemaClass.cs
- SqlDataSourceEnumerator.cs
- ComboBoxRenderer.cs
- HyperlinkAutomationPeer.cs
- SmtpNtlmAuthenticationModule.cs
- DrawingVisual.cs
- ZipIOExtraFieldPaddingElement.cs
- ListViewInsertionMark.cs
- DynamicControl.cs
- DispatchWrapper.cs
- _NativeSSPI.cs
- CollectionBase.cs
- DivideByZeroException.cs
- RuleSet.cs
- UiaCoreProviderApi.cs
- Matrix3DStack.cs
- MenuEventArgs.cs
- TemplateBuilder.cs
- SubstitutionResponseElement.cs
- WeakRefEnumerator.cs
- _LazyAsyncResult.cs
- DecimalAnimationUsingKeyFrames.cs
- versioninfo.cs
- Version.cs
- NodeInfo.cs
- XmlHelper.cs
- Matrix3D.cs
- SelectionPattern.cs
- ExpanderAutomationPeer.cs
- MessageSecurityVersion.cs
- SqlDataSourceCommandEventArgs.cs
- RepeaterDesigner.cs
- SessionParameter.cs
- WebResourceUtil.cs
- SplineKeyFrames.cs
- MatrixTransform.cs
- XmlQuerySequence.cs
- DbConnectionFactory.cs
- QuadraticBezierSegment.cs
- externdll.cs
- DocumentScope.cs
- ClientData.cs
- NavigationPropertyEmitter.cs
- ToolStripDesignerAvailabilityAttribute.cs
- ExpressionCopier.cs
- TypeConstant.cs
- QueryStringParameter.cs
- DbParameterHelper.cs
- GifBitmapEncoder.cs
- SoapAttributeOverrides.cs
- StateWorkerRequest.cs
- AutomationPropertyInfo.cs
- AvTraceDetails.cs
- ProfileSettingsCollection.cs
- RowSpanVector.cs
- CollectionType.cs
- SQLBytes.cs
- DataServiceBuildProvider.cs
- IndexedGlyphRun.cs
- MarkupExtensionReturnTypeAttribute.cs
- DetailsViewPagerRow.cs
- Drawing.cs
- CustomAttributeFormatException.cs
- _PooledStream.cs
- ImageFormatConverter.cs
- MatrixCamera.cs
- RemoteCryptoTokenProvider.cs
- Int32RectValueSerializer.cs
- XamlReaderHelper.cs
- GraphicsState.cs
- JsonReaderDelegator.cs
- RectAnimationBase.cs
- DataKeyPropertyAttribute.cs
- AutomationEventArgs.cs
- _SafeNetHandles.cs
- ListSortDescription.cs
- ToolStripLabel.cs
- TemplateManager.cs
- RegexInterpreter.cs
- XmlIlVisitor.cs
- BitmapFrameEncode.cs
- StringAttributeCollection.cs
- TrustSection.cs
- CultureTable.cs
- SystemInfo.cs
- SecurityDescriptor.cs
- WebPartDisplayModeEventArgs.cs
- ChangeTracker.cs