public interface MediaKeyStatusMap
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MediaKeyStatusMap.EntriesJsIteratorTypeParameterArrayUnionType |
static interface |
MediaKeyStatusMap.ForEachCallbackFn |
static interface |
MediaKeyStatusMap.GetKeyIdUnionType |
static interface |
MediaKeyStatusMap.HasKeyIdUnionType |
static interface |
MediaKeyStatusMap.KeysJsIteratorTypeParameterUnionType |
| Modifier and Type | Method and Description |
|---|---|
<any> |
entries() |
void |
forEach(MediaKeyStatusMap.ForEachCallbackFn callback) |
default java.lang.String |
get(ArrayBuffer keyId) |
default java.lang.String |
get(ArrayBufferView keyId) |
int |
getSize() |
default boolean |
has(ArrayBuffer keyId) |
default boolean |
has(ArrayBufferView keyId) |
<any> |
keys() |
<any> |
values() |
<any> entries()
void forEach(MediaKeyStatusMap.ForEachCallbackFn callback)
default java.lang.String get(ArrayBuffer keyId)
default java.lang.String get(ArrayBufferView keyId)
int getSize()
default boolean has(ArrayBuffer keyId)
default boolean has(ArrayBufferView keyId)
<any> keys()
<any> values()