https://ns.adobe.com/xdm/datatypes/playerStateData
Player state data information.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Stable | No | Forbidden | Permitted | datatypes/playerstatedata.schema.json |
{
"xdm:name": "pictureInPicture",
"xdm:isSet": true,
"xdm:count": 2,
"xdm:time": 100
}| Property | Type | Required | Defined by |
|---|---|---|---|
| xdm:count | integer |
Optional | Player state data information (this schema) |
| xdm:isSet | boolean |
Optional | Player state data information (this schema) |
| xdm:name | string |
Required | Player state data information (this schema) |
| xdm:time | integer |
Optional | Player state data information (this schema) |
* |
any | Additional | this schema allows additional properties |
The number of times that player state was set on the stream.
xdm:count
- is optional
- type:
integer - defined in this schema
integer
Whether or not the player state is set on that state.
xdm:isSet
- is optional
- type:
boolean - defined in this schema
boolean
The name of the player state.
xdm:name
- is required
- type:
string - defined in this schema
string
| Value | Description |
|---|---|
fullscreen |
Full Screen |
mute |
Mute |
closedCaptioning |
Closed Captioning |
pictureInPicture |
Picture In Picture |
inFocus |
In Focus |
The total duration of that player state.
xdm:time
- is optional
- type:
integer - defined in this schema
integer