Record
app-preview-attributes
No description available.
record app-preview-attributes {
asset-delivery-state: option<app-media-asset-state>,
file-name: option<string>,
file-size: option<s32>,
mime-type: option<string>,
preview-frame-time-code: option<string>,
preview-image: option<image-asset>,
source-file-checksum: option<string>,
upload-operations: option<list<upload-operation>>,
video-url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| asset-delivery-state | option<app-media-asset-state> | |
| file-name | option<string> | |
| file-size | option<s32> | |
| mime-type | option<string> | |
| preview-frame-time-code | option<string> | |
| preview-image | option<image-asset> | |
| source-file-checksum | option<string> | |
| upload-operations | option<list<upload-operation>> | |
| video-url | option<string> |