MediaDrm.EventVendorDefined フィールド

定義

注意事項

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

このイベントは、ベンダーが定義した特定の条件を示している可能性があります。詳細については、DRM プロバイダーのドキュメントを参照してください

[Android.Runtime.Register("EVENT_VENDOR_DEFINED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaDrmEventType enum directly instead of this field.", true)]
public const Android.Media.MediaDrmEventType EventVendorDefined = 4;
[<Android.Runtime.Register("EVENT_VENDOR_DEFINED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaDrmEventType enum directly instead of this field.", true)>]
val mutable EventVendorDefined : Android.Media.MediaDrmEventType

フィールド値

Value = 4
属性

注釈

このイベントは、ベンダーが定義した特定の条件を示している可能性があります。詳細については、DRM プロバイダーのドキュメントを参照してください

android.media.MediaDrm.EVENT_VENDOR_DEFINEDJava ドキュメント。

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

適用対象