MediaStreamSourceErrorStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 與 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 | 應用程式無法連線到串流媒體伺服器或網頁伺服器。 |
FailedToOpenFile | 2 | 應用程式無法開啟檔案 |
Other | 0 | 應用程式中發生未指定的錯誤。 |
OutOfMemory | 1 | 應用程式記憶體不足。 |
UnspecifiedNetworkError | 5 | 發生未指定的網路相關錯誤。 |
UnsupportedMediaFormat | 7 | 應用程式不支援媒體儲存格式或媒體編碼格式。 |