MediaStreamSourceErrorStatus
MediaStreamSourceErrorStatus
MediaStreamSourceErrorStatus
MediaStreamSourceErrorStatus
Enum
Definition
Specifies errors related to MediaStreamSource.
public : enum class MediaStreamSourceErrorStatuspublic enum MediaStreamSourceErrorStatusPublic Enum MediaStreamSourceErrorStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| ConnectionToServerLost ConnectionToServerLost ConnectionToServerLost ConnectionToServerLost | The network connection to the server was lost. |
| DecodeError DecodeError DecodeError DecodeError | The application encountered an error while attempting to decode the media data. |
| FailedToConnectToServer FailedToConnectToServer FailedToConnectToServer FailedToConnectToServer | The application failed to connect to a streaming media server or web server. |
| FailedToOpenFile FailedToOpenFile FailedToOpenFile FailedToOpenFile | The application failed to open a file |
| Other Other Other Other | An unspecified error has occurred in the application. |
| OutOfMemory OutOfMemory OutOfMemory OutOfMemory | The application ran out of memory. |
| UnspecifiedNetworkError UnspecifiedNetworkError UnspecifiedNetworkError UnspecifiedNetworkError | An unspecified network related error has occurred. |
| UnsupportedMediaFormat UnsupportedMediaFormat UnsupportedMediaFormat UnsupportedMediaFormat | The application does not support the media storage format or media encoding format. |