MediaDrm.ErrorCodes.ErrorInitData フィールド

定義

注意事項

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

MediaDrm#getKeyRequestに渡される init データ パラメーターが空または無効です。

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

フィールド値

Value = 15
属性

注釈

MediaDrm#getKeyRequestに渡される init データ パラメーターが空または無効です。

Init データは通常、 MediaExtractor#getPsshInfo() または MediaExtractor#getDrmInitData()から取得されます。 予想される init データ形式については、 MediaDrm プラグイン ベンダーにお問い合わせください。

Javaドキュメント。

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

適用対象