AudioFileStreamStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values indicate the status following calls to the Seek(Int64, Int64, Boolean) or ParseBytes(Byte[], Int32, Int32, Boolean) methods.
public enum AudioFileStreamStatus
type AudioFileStreamStatus =
- Inheritance
-
AudioFileStreamStatus
Fields
Name | Value | Description |
---|---|---|
Ok | 0 | |
BadPropertySize | 561211770 | |
DiscontinuityCantRecover | 1685283617 | |
InvalidFile | 1685348671 | |
UnsupportedDataFormat | 1718449215 | |
DataUnavailable | 1836020325 | |
IllegalOperation | 1852797029 | |
NotOptimized | 1869640813 | |
InvalidPacketOffset | 1885563711 | |
UnsupportedProperty | 1886681407 | |
UnsupportedFileType | 1954115647 | |
ValueUnknown | 1970170687 | |
UnspecifiedError | 2003334207 |