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
- UIElement3D.cs
- SqlConnectionHelper.cs
- ConsoleCancelEventArgs.cs
- InvalidFilterCriteriaException.cs
- IIS7ConfigurationLoader.cs
- Misc.cs
- DBCommand.cs
- Buffer.cs
- Enum.cs
- AttachmentCollection.cs
- ComponentEditorPage.cs
- PipeStream.cs
- CryptoProvider.cs
- CodeTypeMemberCollection.cs
- WebPartTransformer.cs
- HandleValueEditor.cs
- RegionInfo.cs
- SchemaCollectionCompiler.cs
- CreateInstanceBinder.cs
- SqlInfoMessageEvent.cs
- COM2Enum.cs
- SelectionList.cs
- NotifyInputEventArgs.cs
- PropertyEmitterBase.cs
- ListBindingConverter.cs
- ConcatQueryOperator.cs
- DataSourceView.cs
- ADMembershipProvider.cs
- CanonicalFontFamilyReference.cs
- Window.cs
- DynamicMethod.cs
- SqlConnectionFactory.cs
- WebPartDisplayModeEventArgs.cs
- GPRECT.cs
- SafeUserTokenHandle.cs
- ResolveMatchesCD1.cs
- SchemaLookupTable.cs
- ProfilePropertyNameValidator.cs
- ListSourceHelper.cs
- SHA384.cs
- ListViewGroup.cs
- Camera.cs
- NameSpaceEvent.cs
- SerializerDescriptor.cs
- SchemaNames.cs
- ToolStripRendererSwitcher.cs
- ImportException.cs
- BuildProviderCollection.cs
- RootBrowserWindowAutomationPeer.cs
- Collection.cs
- AutomationElementCollection.cs
- PeerApplicationLaunchInfo.cs
- CroppedBitmap.cs
- InternalUserCancelledException.cs
- ResourceKey.cs
- CompilationRelaxations.cs
- EntityContainerEmitter.cs
- SQLInt64.cs
- AuthenticationException.cs
- CodeGeneratorOptions.cs
- ReadOnlyActivityGlyph.cs
- QueryCacheManager.cs
- FixedFlowMap.cs
- RelationshipSet.cs
- CombinedGeometry.cs
- WindowExtensionMethods.cs
- XPathAxisIterator.cs
- Selection.cs
- SafePEFileHandle.cs
- BevelBitmapEffect.cs
- DbDataSourceEnumerator.cs
- SqlMultiplexer.cs
- ProtocolReflector.cs
- SEHException.cs
- XmlWriterSettings.cs
- TrackingQueryElement.cs
- GroupBox.cs
- XmlReader.cs
- SecurityContextSecurityToken.cs
- SiteMapNodeItemEventArgs.cs
- ConfigurationLocationCollection.cs
- OrderByExpression.cs
- WindowCollection.cs
- RectValueSerializer.cs
- InfoCardKeyedHashAlgorithm.cs
- SByte.cs
- NumberFunctions.cs
- DataListItemEventArgs.cs
- InternalControlCollection.cs
- OdbcParameterCollection.cs
- EventDescriptorCollection.cs
- WindowAutomationPeer.cs
- CodeArrayCreateExpression.cs
- DecoderFallback.cs
- RestClientProxyHandler.cs
- ObjectStateManager.cs
- X509Chain.cs
- MgmtConfigurationRecord.cs
- WebPartMinimizeVerb.cs
- MinimizableAttributeTypeConverter.cs