Synopsis
The assets API is used to manage videos.
Asset Parameters
|
Property |
JSON Type |
Property Type |
Description |
|---|---|---|---|
|
|
String |
Immutable |
Identifies the resource, generated by HMP. |
|
|
String |
Required |
Title of the video. |
|
|
String |
Optional |
Description of the video. |
|
|
Number |
Ignored |
The creation time of the video as a Unix epoch timestamp (seconds). |
|
|
Number |
Ignored |
The last modification time of the video as a Unix epoch timestamp (seconds). |
|
|
Number |
Ignored |
The length of the video in seconds |
|
|
Boolean |
— |
Always false for videos and is unused. |
|
|
Number |
Ignored |
The number of movie tracks in the video. This represents how many sources were part of the recording. When recording a session with 4 sources, the video has 4 movie tracks. |
|
|
Boolean |
Ignored |
Read-only state information. True when the video is currently being recorded; false when the recording is complete. |
|
|
Boolean |
Ignored |
Read-only state information. True when the video is currently being trimmed from another video; false when trimming is complete. |
|
|
Boolean |
Ignored |
Read-only state information. True when the video is currently being imported to the system; false when import is complete. |