https://ns.adobe.com/xdm/context/player-state
Information related to player state.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | context/player-state.schema.json |
- Player state information
https://ns.adobe.com/xdm/context/player-state
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Extensibility base schema
{
"xdm:playerStateSet": true,
"xdm:playerStateCount": 3,
"xdm:playerStateTime": 180
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:playerStateCount | integer |
Optional | Player state information (this schema) |
xdm:playerStateSet | boolean |
Optional | Player state information (this schema) |
xdm:playerStateTime | integer |
Optional | Player state information (this schema) |
* |
any | Additional | this schema allows additional properties |
The number of times that player state was set on the stream.
xdm:playerStateCount
- is optional
- type:
integer
- defined in this schema
integer
- minimum value:
0
Whether or not the player state is set on that state.
xdm:playerStateSet
- is optional
- type:
boolean
- defined in this schema
boolean
The total duration of that player state.
xdm:playerStateTime
- is optional
- type:
integer
- defined in this schema
integer
- minimum value:
0