You are here

function video_cck_livestream_emfield_subtheme in Embedded Media Field 5

Implementation of hook_emfield_subtheme.

File

contrib/video_cck/providers/livestream.inc, line 358
This include processes livestream.com media files for use by emfield.module.

Code

function video_cck_livestream_emfield_subtheme() {
  return array(
    'video_cck_livestream_flash' => array(
      'arguments' => array(
        'embed' => NULL,
        'width' => NULL,
        'height' => NULL,
        'autoplay' => NULL,
      ),
      'file' => 'providers/livestream.inc',
    ),
  );
}