MediaDrm.ErrorCodes.ErrorLostState フィールド

定義

注意事項

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

セッション状態が無効になっています。

[Android.Runtime.Register("ERROR_LOST_STATE", 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 ErrorLostState = 9;
[<Android.Runtime.Register("ERROR_LOST_STATE", 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 ErrorLostState : Android.Media.DrmErrorCode

フィールド値

Value = 9
属性

注釈

セッション状態が無効になっています。 これは、デバイスの中断/再開間で暗号化セッション状態を保持できないデバイスで発生する可能性があります。

操作を再開するには、セッションを閉じ、新しいセッションを開く必要があります。

の Java ドキュメント android.media.MediaDrm.ErrorCodes.ERROR_LOST_STATE

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

適用対象