You are here

constant BRIGHTCOVE_EMBED_TYPE_PLAYLIST in Brightcove Video Connect 7.6

Same name and namespace in other branches
  1. 7.7 brightcove.module \BRIGHTCOVE_EMBED_TYPE_PLAYLIST
7 uses of BRIGHTCOVE_EMBED_TYPE_PLAYLIST
brightcove-field-embed.tpl.php in ./brightcove-field-embed.tpl.php
brightcove-field-embed.tpl.php Default template for embeding brightcove players.
brightcove_embed_iframe_url in ./brightcove.module
Constructs an embed url for the iframe.
brightcove_field_formatter_view in ./brightcove.module
Implements hook_field_formatter_view().
brightcove_field_player in ./brightcove.module
Callback for brightcove_field_player - checks access to the field and prints a player for Lightbox2.
brightcove_media_file_formatter_image_view in brightcove_media/brightcove_media.module
The brightcove_media_image file formatter view callback.

... See full list

File

./brightcove.module, line 40
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

define('BRIGHTCOVE_EMBED_TYPE_PLAYLIST', 'brightcove-playlist');