You are here

function emvideo_ustreamlive_emfield_subtheme in Embedded Media Field 6

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

Implementation of hook_emfield_subtheme.

File

contrib/emvideo/providers/ustreamlive.inc, line 209

Code

function emvideo_ustreamlive_emfield_subtheme() {
  return array(
    'emvideo_ustreamlive_flash' => array(
      'arguments' => array(
        'embed' => NULL,
        'width' => NULL,
        'height' => NULL,
        'autoplay' => NULL,
      ),
      'file' => 'providers/ustreamlive.inc',
    ),
  );
}