|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TranscodingUtils.FileInfo>
org.alembik.util.TranscodingUtils.FileInfo
public static enum TranscodingUtils.FileInfo
The types of information properties returned to the client on source and transcoded files processed by Alembik.
TranscodingUtils.getResultInfo(JobResult, org.alembik.util.TranscodingUtils.FileInfo)| Enum Constant Summary | |
|---|---|
COMPLETE
Boolean desribing if a source file loaded into the storage is complete or not. |
|
DURATION
File duration in seconds. |
|
LOAD_TIME
Source file loading time in milliseconds. |
|
PARTS_COUNT
Number of parts produced by "progressive segmentation". |
|
SIZE
File size in KBs. |
|
| Method Summary | |
|---|---|
java.lang.String |
standardUnit()
Gets the unit name for this information type. |
static TranscodingUtils.FileInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TranscodingUtils.FileInfo[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TranscodingUtils.FileInfo DURATION
public static final TranscodingUtils.FileInfo SIZE
JobResult.Output.getMediaSize()public static final TranscodingUtils.FileInfo COMPLETE
TranscodingUtils.TRANSFORMATION_DOWNLOAD_LIMIT_ATTR_TREAT_COMPLETEpublic static final TranscodingUtils.FileInfo LOAD_TIME
public static final TranscodingUtils.FileInfo PARTS_COUNT
TranscodingUtils.TRANSFORMATION_DOWNLOAD_LIMIT_ATTR_REPEAT| Method Detail |
|---|
public static final TranscodingUtils.FileInfo[] values()
for(TranscodingUtils.FileInfo c : TranscodingUtils.FileInfo.values())
System.out.println(c);
public static TranscodingUtils.FileInfo 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 namepublic java.lang.String standardUnit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||