Class MediaDrm.MetricsConstants
public class MediaDrm.MetricsConstants : JVMBridgeBase<MediaDrm.MetricsConstants>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
MediaDrm.MetricsConstants
- Implements
- Extension Methods
Constructors
MetricsConstants(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MetricsConstants(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CLOSE_SESSION_ERROR_COUNT
public static String CLOSE_SESSION_ERROR_COUNT { get; set; }
Property Value
CLOSE_SESSION_ERROR_LIST
public static String CLOSE_SESSION_ERROR_LIST { get; set; }
Property Value
CLOSE_SESSION_OK_COUNT
public static String CLOSE_SESSION_OK_COUNT { get; set; }
Property Value
EVENT_KEY_EXPIRED_COUNT
public static String EVENT_KEY_EXPIRED_COUNT { get; set; }
Property Value
EVENT_KEY_NEEDED_COUNT
public static String EVENT_KEY_NEEDED_COUNT { get; set; }
Property Value
EVENT_PROVISION_REQUIRED_COUNT
public static String EVENT_PROVISION_REQUIRED_COUNT { get; set; }
Property Value
EVENT_SESSION_RECLAIMED_COUNT
public static String EVENT_SESSION_RECLAIMED_COUNT { get; set; }
Property Value
EVENT_VENDOR_DEFINED_COUNT
public static String EVENT_VENDOR_DEFINED_COUNT { get; set; }
Property Value
GET_DEVICE_UNIQUE_ID_ERROR_COUNT
public static String GET_DEVICE_UNIQUE_ID_ERROR_COUNT { get; set; }
Property Value
GET_DEVICE_UNIQUE_ID_ERROR_LIST
public static String GET_DEVICE_UNIQUE_ID_ERROR_LIST { get; set; }
Property Value
GET_DEVICE_UNIQUE_ID_OK_COUNT
public static String GET_DEVICE_UNIQUE_ID_OK_COUNT { get; set; }
Property Value
GET_KEY_REQUEST_ERROR_COUNT
public static String GET_KEY_REQUEST_ERROR_COUNT { get; set; }
Property Value
GET_KEY_REQUEST_ERROR_LIST
public static String GET_KEY_REQUEST_ERROR_LIST { get; set; }
Property Value
GET_KEY_REQUEST_OK_COUNT
public static String GET_KEY_REQUEST_OK_COUNT { get; set; }
Property Value
GET_KEY_REQUEST_OK_TIME_MICROS
public static String GET_KEY_REQUEST_OK_TIME_MICROS { get; set; }
Property Value
GET_PROVISION_REQUEST_ERROR_COUNT
public static String GET_PROVISION_REQUEST_ERROR_COUNT { get; set; }
Property Value
GET_PROVISION_REQUEST_ERROR_LIST
public static String GET_PROVISION_REQUEST_ERROR_LIST { get; set; }
Property Value
GET_PROVISION_REQUEST_OK_COUNT
public static String GET_PROVISION_REQUEST_OK_COUNT { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
KEY_STATUS_EXPIRED_COUNT
public static String KEY_STATUS_EXPIRED_COUNT { get; set; }
Property Value
KEY_STATUS_INTERNAL_ERROR_COUNT
public static String KEY_STATUS_INTERNAL_ERROR_COUNT { get; set; }
Property Value
KEY_STATUS_OUTPUT_NOT_ALLOWED_COUNT
public static String KEY_STATUS_OUTPUT_NOT_ALLOWED_COUNT { get; set; }
Property Value
KEY_STATUS_PENDING_COUNT
public static String KEY_STATUS_PENDING_COUNT { get; set; }
Property Value
KEY_STATUS_USABLE_COUNT
public static String KEY_STATUS_USABLE_COUNT { get; set; }
Property Value
OPEN_SESSION_ERROR_COUNT
public static String OPEN_SESSION_ERROR_COUNT { get; set; }
Property Value
OPEN_SESSION_ERROR_LIST
public static String OPEN_SESSION_ERROR_LIST { get; set; }
Property Value
OPEN_SESSION_OK_COUNT
public static String OPEN_SESSION_OK_COUNT { get; set; }
Property Value
PROVIDE_KEY_RESPONSE_ERROR_COUNT
public static String PROVIDE_KEY_RESPONSE_ERROR_COUNT { get; set; }
Property Value
PROVIDE_KEY_RESPONSE_ERROR_LIST
public static String PROVIDE_KEY_RESPONSE_ERROR_LIST { get; set; }
Property Value
PROVIDE_KEY_RESPONSE_OK_COUNT
public static String PROVIDE_KEY_RESPONSE_OK_COUNT { get; set; }
Property Value
PROVIDE_KEY_RESPONSE_OK_TIME_MICROS
public static String PROVIDE_KEY_RESPONSE_OK_TIME_MICROS { get; set; }
Property Value
PROVIDE_PROVISION_RESPONSE_ERROR_COUNT
public static String PROVIDE_PROVISION_RESPONSE_ERROR_COUNT { get; set; }
Property Value
PROVIDE_PROVISION_RESPONSE_ERROR_LIST
public static String PROVIDE_PROVISION_RESPONSE_ERROR_LIST { get; set; }
Property Value
PROVIDE_PROVISION_RESPONSE_OK_COUNT
public static String PROVIDE_PROVISION_RESPONSE_OK_COUNT { get; set; }
Property Value
SESSION_END_TIMES_MS
public static String SESSION_END_TIMES_MS { get; set; }
Property Value
SESSION_START_TIMES_MS
public static String SESSION_START_TIMES_MS { get; set; }