constant BRIGHTCOVE_DEFAULT_VIDEO_HEIGHT in Brightcove Video Connect 7.6
Same name and namespace in other branches
- 6.2 brightcove_cck/brightcove_cck.formatters.inc \BRIGHTCOVE_DEFAULT_VIDEO_HEIGHT
- 6.2 brightcove_cck/brightcove_cck.module \BRIGHTCOVE_DEFAULT_VIDEO_HEIGHT
- 7.7 brightcove.module \BRIGHTCOVE_DEFAULT_VIDEO_HEIGHT
- 7.2 brightcove_field/brightcove_field.module \BRIGHTCOVE_DEFAULT_VIDEO_HEIGHT
- 7.3 brightcove_field/brightcove_field.module \BRIGHTCOVE_DEFAULT_VIDEO_HEIGHT
- 7.4 brightcove_field/brightcove_field.module \BRIGHTCOVE_DEFAULT_VIDEO_HEIGHT
- 7.5 brightcove_field/brightcove_field.module \BRIGHTCOVE_DEFAULT_VIDEO_HEIGHT
4 uses of BRIGHTCOVE_DEFAULT_VIDEO_HEIGHT
- brightcove_field_formatter_info in ./
brightcove.module - Implementation of hook_formatter_info().
- brightcove_field_player in ./
brightcove.module - Callback for brightcove_field_player - checks access to the field and prints a player for Lightbox2.
- brightcove_theme in ./
brightcove.module - Implements of hook_theme().
- theme_brightcove_field_image in ./
brightcove_field.formatters.inc - Theme function to render brightcove images.
File
- ./
brightcove.module, line 35 - 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_DEFAULT_VIDEO_HEIGHT', 350);