Declared in STMediaParams_doc.h

STAudioSegmentType

This enumerator defines the Audio Segment Type (AST). An audio segment type can be an audio file, a text file or a text string.

Constants

case AST_UNKNOWN

Audio Segment Type is unknown. For internal use only and should not be specified.

Declared In STMediaParams_doc.h.

case AST_AUDIOFILE

Audio Segment Type is an audio file. This type represents an audio file used to save audio, or a pre-recorded audio file used for audio playback or for perfroming offline speech recognition on.

Declared In STMediaParams_doc.h.

case AST_TEXTSTRING

Audio Segment Type is text string. This type is used to synthesize audio from a text string.

Declared In STMediaParams_doc.h.

case AST_TEXTFILE

Audio Segment Type is a text file. This type is used to synthesize audio from text contained in a file.

Declared In STMediaParams_doc.h.

Declared In

STMediaParams_doc.h