Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LocationConfig

Example:

location : {
  flash: 'MY_FLASH_FOLDER/my_bitmovinplayer.swf',
  vr: 'MY_VR_FOLDER/my_bitmovinplayer-vr.js'
  ui: 'MY_JS_FOLDER/my_bitmovinplayer-ui.js',
  ui_css: 'MY_CSS_FOLDER/my_bitmovinplayer-ui.css',
  cast: 'https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1',
  google_ima: 'https://imasdk.googleapis.com/js/sdkloader/ima3.js'
}

Hierarchy

  • LocationConfig

Index

Properties

Optional cast

cast: string

The URL of the Google Cast Chrome Sender API library.

Default URL: https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1

Optional flash

flash: string

Specifies the path, relative or absolute, to the file containing the Flash fallback.

Default name: bitmovinplayer.swf

Optional flash_native

flash_native: string

Specifies the path, relative or absolute, to the file containing the Flash-native fallback.

Default name: bitmovinplayer.swf

Optional google_ima

google_ima: string

The URL of the Google IMA Framework.

Default URL: https://imasdk.googleapis.com/js/sdkloader/ima3.js

Optional ui

ui: string

Specifies the path, relative or absolute, to the Bitmovin Player UI/skin JavaScript file.

Default name: bitmovinplayer-ui.js

Optional ui_css

ui_css: string

Specifies the path, relative or absolute, to the style sheet of the Bitmovin Player UI/skin.

Default name: bitmovinplayer-ui.css

Optional vr

vr: string

Specifies the path, relative or absolute, to the file needed for VR and 360ยบ video playback.

Default name: bitmovinplayer-vr.js

Generated using TypeDoc