# Namespace: PixellotPlayer
# Table of contents
# Namespaces
# Other Interfaces
- AdSource
- GameInfo
- ID3Event
- ID3ExtentData
- PixellotPlayer
- PixellotPlayerConfig
- PixellotPlayerConfigUpdate
- PixellotPlayerCore
- PixellotPlayerOptions
- PlayerBrushConfig
- PlayerCanvas
- PlayerNextSource
- PlayerPano
- PlayerPanoBase
- PlayerPanoConfig
- PlayerRecorderConfig
- PlayerSource
- PlayerThumbnails
- PlayerUI
- THEOCorePlayer
- ThumbnailsSprite
- UIComponent
# Player Interfaces
# Type aliases
- PanoMode
- PixellotPlayerConfigHD
- PixellotPlayerConfigPano
- PlayerMode
- PlayerSrc
- PlayerThumbnailsSrc
- VideojsCorePlayer
- d3Extent
# Type aliases
# PanoMode
Ƭ PanoMode: "full"
| "restricted"
# PixellotPlayerConfigHD
Ƭ PixellotPlayerConfigHD: PlayerPanoConfig
& { brush
: boolean
| PlayerBrushConfig
; recorder
: boolean
| PlayerRecorderConfig
}
# PixellotPlayerConfigPano
Ƭ PixellotPlayerConfigPano: PlayerPanoConfig
& { brush
: boolean
| PlayerBrushConfig
; recorder
: boolean
| PlayerRecorderConfig
}
# PlayerMode
Ƭ PlayerMode: "hd"
| "pano"
# PlayerSrc
Ƭ PlayerSrc: string
| { src
: string
; type
: string
}
# PlayerThumbnailsSrc
Ƭ PlayerThumbnailsSrc: string
| ThumbnailsSprite
| ThumbnailsSprite
[]
# VideojsCorePlayer
Ƭ VideojsCorePlayer: PixellotPlayerCore
# d3Extent
Ƭ d3Extent: [[number
, number
], [number
, number
]]