You are here

constant BRIGHTCOVE_EMBED_TYPE_VIDEO in Brightcove Video Connect 7.6

Same name and namespace in other branches
  1. 7.7 brightcove.module \BRIGHTCOVE_EMBED_TYPE_VIDEO
8 uses of BRIGHTCOVE_EMBED_TYPE_VIDEO
brightcove-field-embed.tpl.php in ./brightcove-field-embed.tpl.php
brightcove-field-embed.tpl.php Default template for embeding brightcove players.
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.
brightcove_media_file_formatter_video_html_tag_view in brightcove_media/brightcove_media.module
The brightcove_media_video_file_formatter view callback.

... See full list

File

./brightcove.module, line 39
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_VIDEO', 'brightcove');