public static enum CapabilityStorageControl.AttributeId extends java.lang.Enum<CapabilityStorageControl.AttributeId> implements Capability.AttributeId
CapabilityStorageControl.| Enum Constant and Description |
|---|
AVAILABLE_MB
Determines storage currently available, in Megabytes.
|
CAPACITY_MB
Determines storage capacity of storage node in Megabytes.
|
CONTENT_COUNT
Determines size of content stored in resource.
|
COOL_OFF_PERIOD
Determines Cool off period between 2 consecutive recordings.
|
LAST_UPDATED_CONTENT_METADATA
Determines last updated content metadata.
|
RECORDING_SIZE_CONFIG
Determines max size allowed for recording.
|
RECORDING_STARTED
This attribute is to be updated whenever a recording is started.
|
RECORDING_TIME_CONFIG
configuration for max time allowed for recording.
|
SUPPORTED_STREAM_PROTOCOLS
Determines Supported stream protocol types,
array of coco_std_stream_protocol_type_t.
|
SUPPORTED_TYPES_ARR
Determines Supported content types,
array of coco_std_storage_content_type_t.
|
| Modifier and Type | Method and Description |
|---|---|
Capability.CapabilityId |
getCapabilityId()
A function to get
Capability.CapabilityId of parent capability. |
static CapabilityStorageControl.AttributeId |
getEnum(int index)
A function to get
Capability.AttributeId. |
int |
getInt()
A function to get ordinal value of enum.
|
static CapabilityStorageControl.AttributeId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CapabilityStorageControl.AttributeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CapabilityStorageControl.AttributeId CONTENT_COUNT
public static final CapabilityStorageControl.AttributeId CAPACITY_MB
public static final CapabilityStorageControl.AttributeId AVAILABLE_MB
public static final CapabilityStorageControl.AttributeId SUPPORTED_TYPES_ARR
public static final CapabilityStorageControl.AttributeId RECORDING_TIME_CONFIG
public static final CapabilityStorageControl.AttributeId RECORDING_SIZE_CONFIG
public static final CapabilityStorageControl.AttributeId LAST_UPDATED_CONTENT_METADATA
public static final CapabilityStorageControl.AttributeId COOL_OFF_PERIOD
public static final CapabilityStorageControl.AttributeId RECORDING_STARTED
public static final CapabilityStorageControl.AttributeId SUPPORTED_STREAM_PROTOCOLS
public static CapabilityStorageControl.AttributeId[] values()
for (CapabilityStorageControl.AttributeId c : CapabilityStorageControl.AttributeId.values()) System.out.println(c);
public static CapabilityStorageControl.AttributeId valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static CapabilityStorageControl.AttributeId getEnum(int index)
Capability.AttributeId.index - index of the required Capability.AttributeId.Capability.AttributeId at the given index.public int getInt()
getInt in interface CommandIdInterfacepublic Capability.CapabilityId getCapabilityId()
Capability.CapabilityId of parent capability.getCapabilityId in interface Capability.AttributeIdCapability.CapabilityId of parent.