Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Synthesis / VisemeEventArgs.cs / 1 / VisemeEventArgs.cs
//------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------- #if !SPEECHSERVER namespace System.Speech.Synthesis { ////// TODOC /// public class VisemeReachedEventArgs : PromptEventArgs { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors ////// TODOC /// /// /// /// /// /// /// internal VisemeReachedEventArgs (Prompt speakPrompt, int currentViseme, TimeSpan audioPosition, TimeSpan duration, SynthesizerEmphasis emphasis, int nextViseme) : base(speakPrompt) { _currentViseme = currentViseme; _audioPosition = audioPosition; _duration = duration; _emphasis = emphasis; _nextViseme = nextViseme; } #endregion //******************************************************************** // // Public Properties // //******************************************************************* #region Public Properties ////// TODOC /// ///public int Viseme { get { return _currentViseme; } } /// /// TODOC /// ///public TimeSpan AudioPosition { get { return _audioPosition; } } /// /// TODOC /// ///public TimeSpan Duration { get { return _duration; } } /// /// TODOC /// ///public SynthesizerEmphasis Emphasis { get { return _emphasis; } } /// /// TODOC /// ///public int NextViseme { get { return _nextViseme; } } #endregion //******************************************************************** // // Private Fields // //******************************************************************** #region Private Fields // Current Viseme being synthesized private int _currentViseme; // Audio position of current phoneme private TimeSpan _audioPosition; // Duration of current Viseme private TimeSpan _duration; // Features of the current phoneme private SynthesizerEmphasis _emphasis; // Next Viseme to be synthesized private int _nextViseme; #endregion } } #endif // 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
- BinaryUtilClasses.cs
- QilInvokeEarlyBound.cs
- Regex.cs
- XmlWrappingReader.cs
- SqlDataSourceQueryEditorForm.cs
- StylusCaptureWithinProperty.cs
- MsmqChannelListenerBase.cs
- TreeNodeMouseHoverEvent.cs
- AmbientLight.cs
- ExpressionVisitorHelpers.cs
- QueryCacheManager.cs
- BinaryExpression.cs
- TransformedBitmap.cs
- ProfilePropertyMetadata.cs
- NeutralResourcesLanguageAttribute.cs
- Light.cs
- CriticalHandle.cs
- ColorAnimationUsingKeyFrames.cs
- _LocalDataStore.cs
- OperandQuery.cs
- SizeChangedInfo.cs
- FontFamily.cs
- ADMembershipUser.cs
- SqlReorderer.cs
- DatePickerDateValidationErrorEventArgs.cs
- ComponentCollection.cs
- DataTableReader.cs
- EntityDesignerDataSourceView.cs
- TextChange.cs
- ObjectListField.cs
- TraceHandlerErrorFormatter.cs
- MouseBinding.cs
- DbParameterHelper.cs
- Style.cs
- QuerySubExprEliminator.cs
- SkipQueryOptionExpression.cs
- EdmType.cs
- DataTableCollection.cs
- AutomationEventArgs.cs
- WorkflowWebService.cs
- Popup.cs
- Speller.cs
- EditorPartCollection.cs
- System.Data_BID.cs
- DmlSqlGenerator.cs
- ReferenceAssemblyAttribute.cs
- UrlMappingCollection.cs
- WsatServiceAddress.cs
- HttpWebResponse.cs
- Vector3DCollectionConverter.cs
- XPathPatternParser.cs
- SetterBaseCollection.cs
- DataMemberConverter.cs
- ItemContainerPattern.cs
- ToolStripSeparator.cs
- SqlPersonalizationProvider.cs
- OutputCacheSettings.cs
- TypeDescriptor.cs
- DecoderExceptionFallback.cs
- OracleConnection.cs
- EdmScalarPropertyAttribute.cs
- NativeWindow.cs
- Encoding.cs
- DataGridCell.cs
- FixedStringLookup.cs
- UpDownEvent.cs
- SymDocumentType.cs
- DeferredTextReference.cs
- EditingMode.cs
- FtpCachePolicyElement.cs
- DataSysAttribute.cs
- MatrixKeyFrameCollection.cs
- ErrorRuntimeConfig.cs
- LocalizationParserHooks.cs
- SafeSerializationManager.cs
- MembershipUser.cs
- OutputCacheSection.cs
- PathSegmentCollection.cs
- EncryptRequest.cs
- WindowsFormsSectionHandler.cs
- ExpressionBinding.cs
- WorkflowQueuingService.cs
- ParallelTimeline.cs
- DataSourceHelper.cs
- InputLanguage.cs
- MatrixConverter.cs
- SelectionEditor.cs
- CoTaskMemHandle.cs
- xmlsaver.cs
- SessionEndingEventArgs.cs
- DeviceSpecificDesigner.cs
- PathGradientBrush.cs
- DispatcherFrame.cs
- CustomValidator.cs
- CodeDomConfigurationHandler.cs
- _FtpDataStream.cs
- BaseResourcesBuildProvider.cs
- ToolStripDropDownItem.cs
- SafeJobHandle.cs
- HttpCacheVary.cs