SpeechStreamType Enumeration |
Type of format the speech stream has.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic enum SpeechStreamType
Public Enumeration SpeechStreamType
public enum class SpeechStreamType
Members
| Member name | Value | Description |
---|
| StorageFormat | 0 |
Storage format RFC 3267
|
| Raw | 1 |
Raw stream
|
RemarksThis is currently only significant for the AMR speech codec.
See Also