MediaStreamSourceErrorStatus 枚举

定义

指定与 MediaStreamSource 相关的错误。

public enum class MediaStreamSourceErrorStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MediaStreamSourceErrorStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MediaStreamSourceErrorStatus
var value = Windows.Media.Core.MediaStreamSourceErrorStatus.other
Public Enum MediaStreamSourceErrorStatus
继承
MediaStreamSourceErrorStatus
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

ConnectionToServerLost 4

与服务器的网络连接丢失。

DecodeError 6

应用程序在尝试解码媒体数据时遇到错误。

FailedToConnectToServer 3

应用程序无法连接到流式处理媒体服务器或 Web 服务器。

FailedToOpenFile 2

应用程序无法打开文件

Other 0

应用程序中发生了未指定的错误。

OutOfMemory 1

应用程序内存不足。

UnspecifiedNetworkError 5

发生了未指定的网络相关错误。

UnsupportedMediaFormat 7

应用程序不支持媒体存储格式或媒体编码格式。

适用于