public class JSVideoManager extends JSBaseScriptableObject
myLogger
Constructor and Description |
---|
JSVideoManager() |
Modifier and Type | Method and Description |
---|---|
void |
jsFunction_deleteTextTracks(int theAssetId)
Deletes all text tracks for the specified asset.
|
int |
jsFunction_getTextTracksCount(int theAssetId)
Gets a text track count for the specified asset.
|
IFileObject |
jsFunction_getTranscoding(int theAssetId,
java.lang.String theTranscoding)
Returns the transcoded file
|
org.mozilla.javascript.NativeArray |
jsFunction_getTranscodingsById(int theAssetId)
Retrieves the available transcodings for a given asset.
|
org.mozilla.javascript.NativeArray |
jsFunction_getVideoLinks(java.lang.String theName,
int theAssetId)
Method for returning asset video links to workflows
|
void |
jsFunction_saveTextTrack(int theAssetId,
int theTime,
java.lang.String theType,
java.lang.String theText)
Saves a text track with the given time, type and text for the specified asset ID.
|
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, has, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public org.mozilla.javascript.NativeArray jsFunction_getVideoLinks(java.lang.String theName, int theAssetId)
theName
- The video asset nametheAssetId
- tha video asset idpublic org.mozilla.javascript.NativeArray jsFunction_getTranscodingsById(int theAssetId)
theAssetId
- The asset IDpublic IFileObject jsFunction_getTranscoding(int theAssetId, java.lang.String theTranscoding)
theAssetId
- The asset ID of the asset that has a transcodingtheTranscoding
- The description of the desired transcodingpublic int jsFunction_getTextTracksCount(int theAssetId)
theAssetId
- the asset ID.public void jsFunction_deleteTextTracks(int theAssetId)
theAssetId
- the asset ID.public void jsFunction_saveTextTrack(int theAssetId, int theTime, java.lang.String theType, java.lang.String theText)
theAssetId
- the asset ID.theTime
- the time.theType
- the type.theText
- the text.Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.