Package | Description |
---|---|
com.equilibrium.model |
Modifier and Type | Method and Description |
---|---|
VideoAsset.VideoType |
VideoAsset.getVideoType() |
static VideoAsset.VideoType |
VideoAsset.VideoType.getVideoType(String subType) |
static VideoAsset.VideoType |
VideoAsset.VideoType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoAsset.VideoType[] |
VideoAsset.VideoType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<VideoAsset.VideoType,VideoAsset> |
MuxKey.getAssetMap() |
Modifier and Type | Method and Description |
---|---|
void |
VideoAsset.setVideoType(VideoAsset.VideoType videoType) |
Modifier and Type | Method and Description |
---|---|
void |
MuxKey.setAssetMap(Map<VideoAsset.VideoType,VideoAsset> assetMap) |
Constructor and Description |
---|
VideoAsset(String assetId,
VideoAsset.VideoType videoType,
MuxKey.MuxStatus status) |
Copyright © 2014 Equilibrium. All rights reserved.