You are here

function emvideo_livevideo_emfield_subtheme in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emvideo/providers/livevideo.inc \emvideo_livevideo_emfield_subtheme()

Implementation of hook_emfield_subtheme.

File

contrib/emvideo/providers/livevideo.inc, line 188
This include processes livevideo media files for use by emfield.module.

Code

function emvideo_livevideo_emfield_subtheme() {
  return array(
    'emvideo_livevideo_flash' => array(
      'arguments' => array(
        'embed' => NULL,
        'width' => NULL,
        'height' => NULL,
        'autoplay' => NULL,
      ),
      'file' => 'providers/livevideo.inc',
    ),
  );
}