https://ns.adobe.com/xdm/datatypes/mediaDetails
Media details information.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | datatypes/mediadetails.schema.json |
- Media details information
https://ns.adobe.com/xdm/datatypes/mediaDetails
- Session details information
https://ns.adobe.com/xdm/datatypes/sessionDetails
- Advertising details information
https://ns.adobe.com/xdm/datatypes/advertisingDetails
- Advertising Pod details information
https://ns.adobe.com/xdm/datatypes/advertisingPodDetails
- Chapter details information
https://ns.adobe.com/xdm/datatypes/chapterDetails
- Error details information
https://ns.adobe.com/xdm/datatypes/errorDetails
- Qoe Data details information
https://ns.adobe.com/xdm/datatypes/qoeDataDetails
- Session details information
{
"xdm:playhead": 831,
"xdm:sessionDetails": {
"xdm:name": "123456789",
"xdm:length": 100,
"xdm:contentType": "VOD",
"xdm:playerName": "playerName",
"xdm:channel": "channel"
},
"xdm:advertisingDetails": {
"xdm:name": "123456789",
"xdm:length": 100,
"xdm:podPosition": 1,
"xdm:playerName": "playerName"
},
"xdm:advertisingPodDetails": {
"xdm:index": 2,
"xdm:offset": 123
},
"xdm:chapterDetails": {
"xdm:length": 100,
"xdm:offset": 50,
"xdm:index": 2
},
"xdm:errorDetails": {
"xdm:name": "errorID",
"xdm:source": "player"
},
"xdm:qoeDataDetails": {
"xdm:bitrate": 100
},
"xdm:statesStart": [
{
"xdm:name": "mute"
},
{
"xdm:name": "pictureInPicture"
}
],
"xdm:statesEnd": [
{
"xdm:name": "fullScreen"
}
],
"xdm:states": [
{
"xdm:name": "mute",
"xdm:isSet": true,
"xdm:count": 2,
"xdm:time": 5
}
],
"xdm:customMetadata": [
{
"xdm:name": "customName",
"xdm:value": "test1"
},
{
"xdm:name": "test2",
"xdm:value": "customValue"
}
]
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:advertisingDetails | Advertising details information | Optional | Media details information (this schema) |
xdm:advertisingPodDetails | Advertising Pod details information | Optional | Media details information (this schema) |
xdm:chapterDetails | Chapter details information | Optional | Media details information (this schema) |
xdm:customMetadata | Custom metadata details information | Optional | Media details information (this schema) |
xdm:errorDetails | Error details information | Optional | Media details information (this schema) |
xdm:playhead | integer |
Optional | Media details information (this schema) |
xdm:qoeDataDetails | Qoe Data details information | Optional | Media details information (this schema) |
xdm:sessionDetails | Session details information | Optional | Media details information (this schema) |
xdm:sessionID | string |
Optional | Media details information (this schema) |
xdm:states | Player state data information | Optional | Media details information (this schema) |
xdm:statesEnd | Player state data information | Optional | Media details information (this schema) |
xdm:statesStart | Player state data information | Optional | Media details information (this schema) |
* |
any | Additional | this schema allows additional properties |
Advertising details information related to the experience event.
xdm:advertisingDetails
- is optional
- type: Advertising details information
- defined in this schema
- Advertising details information –
https://ns.adobe.com/xdm/datatypes/advertisingDetails
Advertising pod details information related to the experience event.
xdm:advertisingPodDetails
- is optional
- type: Advertising Pod details information
- defined in this schema
- Advertising Pod details information –
https://ns.adobe.com/xdm/datatypes/advertisingPodDetails
Chapter details information related to the experience event.
xdm:chapterDetails
- is optional
- type: Chapter details information
- defined in this schema
- Chapter details information –
https://ns.adobe.com/xdm/datatypes/chapterDetails
The list of custom metadata.
xdm:customMetadata
-
is optional
-
type: Custom metadata details information
-
defined in this schema
Array type: Custom metadata details information
All items must be of the type:
- Custom metadata details information –
https://ns.adobe.com/xdm/datatypes/customMetadataDetails
Error details information related to the experience event.
xdm:errorDetails
- is optional
- type: Error details information
- defined in this schema
- Error details information –
https://ns.adobe.com/xdm/datatypes/errorDetails
If the content is live, the playhead must be the current second of the day, 0 <= playhead < 86400. If the content is recorded, the playhead must be the current second of content, 0 <= playhead < content length.
xdm:playhead
- is optional
- type:
integer
- defined in this schema
integer
- minimum value:
0
Qoe data details information related to the experience event.
xdm:qoeDataDetails
- is optional
- type: Qoe Data details information
- defined in this schema
- Qoe Data details information –
https://ns.adobe.com/xdm/datatypes/qoeDataDetails
Session details information related to the experience event.
xdm:sessionDetails
- is optional
- type: Session details information
- defined in this schema
- Session details information –
https://ns.adobe.com/xdm/datatypes/sessionDetails
Identifies an instance of a content stream unique to an individual playback.
xdm:sessionID
- is optional
- type:
string
- defined in this schema
string
The list of states.
xdm:states
-
is optional
-
type: Player state data information
-
defined in this schema
Array type: Player state data information
All items must be of the type:
- Player state data information –
https://ns.adobe.com/xdm/datatypes/playerStateData
The list of states end.
xdm:statesEnd
-
is optional
-
type: Player state data information
-
defined in this schema
Array type: Player state data information
All items must be of the type:
- Player state data information –
https://ns.adobe.com/xdm/datatypes/playerStateData
The list of states start.
xdm:statesStart
-
is optional
-
type: Player state data information
-
defined in this schema
Array type: Player state data information
All items must be of the type:
- Player state data information –
https://ns.adobe.com/xdm/datatypes/playerStateData