Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Recognition / AudioSignalProblemOccurredEventArgs.cs / 1 / AudioSignalProblemOccurredEventArgs.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 AudioSignalProblemOccurredEventArgs event. public class AudioSignalProblemOccurredEventArgs : EventArgs { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors internal AudioSignalProblemOccurredEventArgs(AudioSignalProblem audioSignalProblem, int audioLevel, TimeSpan audioPosition, TimeSpan recognizerPosition) { _audioSignalProblem = audioSignalProblem; _audioLevel = audioLevel; _audioPosition = audioPosition; _recognizerPosition = recognizerPosition; } #endregion //******************************************************************** // // Public Properties // //******************************************************************* #region public Properties /// TODOC public AudioSignalProblem AudioSignalProblem { get { return _audioSignalProblem; } } /// TODOC public int AudioLevel { get { return _audioLevel; } } /// TODOC public TimeSpan AudioPosition { get { return _audioPosition; } } /// TODOC public TimeSpan RecognizerAudioPosition { get { return _recognizerPosition; } } #endregion //******************************************************************** // // Private Fields // //******************************************************************** #region Private Fields private AudioSignalProblem _audioSignalProblem; private TimeSpan _recognizerPosition; private TimeSpan _audioPosition; 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
- xml.cs
- BamlCollectionHolder.cs
- ProfileSettings.cs
- Subset.cs
- ElementUtil.cs
- ObjectQueryState.cs
- VisualStyleElement.cs
- XmlSchemaParticle.cs
- BitHelper.cs
- IItemProperties.cs
- StorageScalarPropertyMapping.cs
- RSAOAEPKeyExchangeDeformatter.cs
- MDIWindowDialog.cs
- DoubleUtil.cs
- DrawingContext.cs
- FormViewCommandEventArgs.cs
- SoapSchemaImporter.cs
- JulianCalendar.cs
- RecordsAffectedEventArgs.cs
- DataGrid.cs
- XmlDataSourceNodeDescriptor.cs
- TextTreeTextBlock.cs
- CompilationUtil.cs
- RestClientProxyHandler.cs
- mediaeventargs.cs
- safePerfProviderHandle.cs
- EntityCollectionChangedParams.cs
- DirectoryObjectSecurity.cs
- StorageEndPropertyMapping.cs
- MaskedTextProvider.cs
- XPathDocumentIterator.cs
- SelectionWordBreaker.cs
- RtType.cs
- IISMapPath.cs
- HtmlInputHidden.cs
- CryptoConfig.cs
- WriteStateInfoBase.cs
- ModelToObjectValueConverter.cs
- DataColumnCollection.cs
- ListCommandEventArgs.cs
- ConstructorBuilder.cs
- HMAC.cs
- Cursor.cs
- TypedReference.cs
- NetNamedPipeSecurityMode.cs
- SBCSCodePageEncoding.cs
- ResetableIterator.cs
- PriorityItem.cs
- DataGridItemAutomationPeer.cs
- COM2IDispatchConverter.cs
- NameValuePair.cs
- UriTemplatePathSegment.cs
- XmlAttributes.cs
- WebPartsPersonalizationAuthorization.cs
- XmlChildNodes.cs
- Pointer.cs
- ChannelCacheDefaults.cs
- LineBreak.cs
- Internal.cs
- ECDiffieHellman.cs
- RequestCachePolicyConverter.cs
- PopupRoot.cs
- NativeMethods.cs
- ToolStripRenderEventArgs.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- Property.cs
- OptimisticConcurrencyException.cs
- ClientTargetCollection.cs
- Themes.cs
- XmlCharType.cs
- CellParagraph.cs
- SymmetricKeyWrap.cs
- ResourceReader.cs
- ScrollableControlDesigner.cs
- WindowsTitleBar.cs
- SubclassTypeValidatorAttribute.cs
- SiteMapHierarchicalDataSourceView.cs
- SafeNativeMethods.cs
- MessagePropertyFilter.cs
- EventLogPermissionAttribute.cs
- TemplateParser.cs
- GreaterThanOrEqual.cs
- RectangleF.cs
- PageCatalogPart.cs
- listitem.cs
- StringSorter.cs
- ComEventsInfo.cs
- XmlElementList.cs
- PrefixHandle.cs
- XmlElementList.cs
- EntityTypeEmitter.cs
- MultiSelectRootGridEntry.cs
- TextRangeAdaptor.cs
- FormViewInsertEventArgs.cs
- PingReply.cs
- VariantWrapper.cs
- RestHandler.cs
- DrawingAttributeSerializer.cs
- ControlOperationInvoker.cs
- CustomSignedXml.cs