PlaybackErrorEvent.ErrorParsingContainerUnsupported フィールド

定義

注意事項

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_CONTAINER_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 ErrorParsingContainerUnsupported = 34;
[<Android.Runtime.Register("ERROR_PARSING_CONTAINER_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 ErrorParsingContainerUnsupported : Android.Media.Metrics.PlaybackError

フィールド値

Value = 34

実装

属性

注釈

サポートされていないメディア コンテナー形式またはサポートされていないメディア コンテナー機能を使用してファイルを抽出しようとした場合のエラー コード

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

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

適用対象