Kaltura · Schema
KalturaMediaFile
Media file details
VideoLive StreamingTranscodingMedia ManagementPlayerAnalyticsVirtual ClassroomOTTOpen Source
Properties
| Name | Type | Description |
|---|---|---|
| additionalData | string | Additional Data |
| altExternalId | string | Alternative external identifier for the media file |
| altStreamingCode | string | Alternative streaming code |
| alternativeCdnAdapaterProfileId | integer | Alternative cdn adapter profile identifier |
| assetId | integer | Unique identifier for the asset |
| cdnAdapaterProfileId | integer | cdn adapter profile identifier |
| duration | integer | Duration of the media file |
| endDate | integer | EndDate |
| externalId | string | External identifier for the media file |
| externalStoreId | string | ExternalStoreId |
| fileSize | integer | File size |
| id | integer | `readOnly` File unique identifier |
| isDefaultLanguage | boolean | IsDefaultLanguage |
| language | string | Language |
| orderNum | integer | OrderNum |
| outputProtecationLevel | string | OutputProtecationLevel |
| startDate | integer | StartDate |
| status | boolean | The media file status |
| typeId | integer | Device types identifier as defined in the system |
| url | string | URL of the media file to be played |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "KalturaMediaFile",
"description": "Media file details",
"properties": {
"additionalData": {
"description": "Additional Data",
"type": "string"
},
"altExternalId": {
"description": "Alternative external identifier for the media file",
"type": "string"
},
"altStreamingCode": {
"description": "Alternative streaming code",
"type": "string"
},
"alternativeCdnAdapaterProfileId": {
"description": "Alternative cdn adapter profile identifier",
"type": "integer"
},
"assetId": {
"description": "Unique identifier for the asset",
"type": "integer"
},
"cdnAdapaterProfileId": {
"description": "cdn adapter profile identifier",
"type": "integer"
},
"duration": {
"description": "Duration of the media file",
"type": "integer"
},
"endDate": {
"description": "EndDate",
"type": "integer"
},
"externalId": {
"description": "External identifier for the media file",
"type": "string"
},
"externalStoreId": {
"description": "ExternalStoreId",
"type": "string"
},
"fileSize": {
"description": "File size",
"type": "integer"
},
"id": {
"description": "`readOnly`\n\nFile unique identifier",
"readOnly": true,
"type": "integer"
},
"isDefaultLanguage": {
"description": "IsDefaultLanguage",
"type": "boolean"
},
"language": {
"description": "Language",
"type": "string"
},
"orderNum": {
"description": "OrderNum",
"type": "integer"
},
"outputProtecationLevel": {
"description": "OutputProtecationLevel",
"type": "string"
},
"startDate": {
"description": "StartDate",
"type": "integer"
},
"status": {
"description": "The media file status",
"type": "boolean"
},
"typeId": {
"description": "Device types identifier as defined in the system",
"type": "integer"
},
"url": {
"description": "URL of the media file to be played",
"type": "string"
}
},
"type": "object"
}