getManifest
This option is deprecated, it will disappear in the next major release
`v4.0.0` (see Deprecated
APIs).
Description
Returns the current loaded Manifest if one. The Manifest object structure is relatively complex and is described in the Manifest Object structure page.
null
if the player is either stopped or not loaded.
null
in DirectFile mode (see loadVideo options).
The Manifest will be available before the player reaches the "LOADED"
state.
Syntax
const manifest = player.getManifest();
- return value
Object|null
: The current Manifest object.