Package | Description |
---|---|
com.equilibrium.model |
Modifier and Type | Method and Description |
---|---|
MuxKey.MuxStatus |
MuxKey.DownloadStatus.getMuxStatus() |
MuxKey.MuxStatus |
VideoAsset.getStatus() |
static MuxKey.MuxStatus |
MuxKey.MuxStatus.getStatus(int value) |
static MuxKey.MuxStatus |
MuxKey.MuxStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MuxKey.MuxStatus[] |
MuxKey.MuxStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MuxKey.DownloadStatus.setMuxStatus(MuxKey.MuxStatus muxStatus) |
void |
VideoAsset.setStatus(MuxKey.MuxStatus status) |
Constructor and Description |
---|
VideoAsset(String assetId,
VideoAsset.VideoType videoType,
MuxKey.MuxStatus status) |
Copyright © 2014 Equilibrium. All rights reserved.