PlaybackErrorEvent.ErrorParsingManifestUnsupported フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Media.Metrics.PlaybackError enum directly instead of this field.

メディア マニフェストでサポートされていない機能のエラー コード

[Android.Runtime.Register("ERROR_PARSING_MANIFEST_UNSUPPORTED", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Metrics.PlaybackError enum directly instead of this field.", true)]
public const Android.Media.Metrics.PlaybackError ErrorParsingManifestUnsupported = 33;
[<Android.Runtime.Register("ERROR_PARSING_MANIFEST_UNSUPPORTED", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Metrics.PlaybackError enum directly instead of this field.", true)>]
val mutable ErrorParsingManifestUnsupported : Android.Media.Metrics.PlaybackError

フィールド値

Value = 33

実装

属性

注釈

メディア マニフェストでサポートされていない機能のエラー コード

android.media.metrics.PlaybackErrorEvent.ERROR_PARSING_MANIFEST_UNSUPPORTEDJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象