You are here

function _brightcove_initialize in Brightcove Video Connect 6.2

Same name and namespace in other branches
  1. 6 brightcove.module \_brightcove_initialize()

Initializes the Brightcove Media API and returns an instance of the object.

Return value

BCMAPI Instance of the Brightcove Media API.

Deprecated

Now public.

See also

brightcove_initialize

6 calls to _brightcove_initialize()
brightcove_cck_autocomplete in brightcove_cck/brightcove_cck.browse.inc
Menu callback for brightcove_cck/autocomplete.
brightcove_cck_browse in brightcove_cck/brightcove_cck.browse.inc
This function is a callback for modalframe window, providing an access to browse videos.
brightcove_cck_browser_validate in brightcove_cck/brightcove_cck.module
Validate callback for the field.
brightcove_cck_handler_field_video_tags::render in brightcove_cck/views/brightcove_cck_handler_field_video_tags.inc
brightcove_cck_handler_field_video_tags_multiple::render in brightcove_cck/views/brightcove_cck_handler_field_video_tags_multiple.inc

... See full list

File

./brightcove.module, line 113
Brightcove module is an integration layer between any modules using Brightcove API. It makes all necessary checks for the API and makes settings available to the user.

Code

function _brightcove_initialize() {
  return brightcove_initialize();
}