You are here

function emvideo_bliptv_emfield_subtheme in Embedded Media Field 6

Implementation of hook_emfield_subtheme.

File

contrib/emvideo/providers/bliptv.inc, line 379
This include processes blip.tv media files for use by emfield.module.

Code

function emvideo_bliptv_emfield_subtheme() {
  return array(
    'emvideo_bliptv_flash' => array(
      'arguments' => array(
        'code' => NULL,
        'width' => NULL,
        'height' => NULL,
        'field' => NULL,
        'item' => NULL,
        'autoplay' => NULL,
        'flv' => NULL,
        'thumbnail' => NULL,
        'options' => NULL,
      ),
      'file' => 'providers/bliptv.inc',
    ),
  );
}