A player Object
The following table describes the elements contained in Player
| Name | Description |
|---|---|
|
ID |
The Player ID Type: int |
| Title |
The Meta Data Title Type: string |
| ChannelID |
The Channel ID Type: int |
| PlayerWidth |
The width of the Player Type: int |
| PlayerHeight |
The height of the Player Type: int |
| VideoControlWidth |
The width of the Video Controls Type: int |
| VideoControlHeight |
The height of the Video Controls Type: int |
| IsDefaultForAll |
unknown Type: boolean |
| FileLocation |
The location of assets Type: string |
| IsDefault |
unknown Type: boolean |
| GoogleAnalytics |
tracking code field Type: string |
| IsEmbedOn |
Is this an embed player Type: boolean |
| PlayerPath |
The path for player assets Type: string |
| PlayerType |
The Type of player Type: string |
| Error | If an error occurs the Error object is filled. |