SPVPITCH (Windows Embedded CE 6.0)
1/6/2010
This structure contains a long value passed into the ISpVoice::Speak method through a <Pitch> XML tag.
Syntax
typedef struct SPVPITCH{
long MiddleAdj;
long RangeAdj;
} SPVPITCH;
Members
- MiddleAdj
Value passed in with the Middle or AbsMiddle attribute. Supported values are -10 to 10 with a value of 0 being the default pitch. Values outside of this range can be truncated.
- RangeAdj
Reserved for future use.
Requirements
Header | sapi.h, sapi.idl |
Windows Embedded CE | Windows CE .NET 4.1 and later |