You are here

function emaudio_soundcloud_emfield_subtheme in Media: SoundCloud 6

Implementation of hook_emfield_subtheme.

File

providers/soundcloud.inc, line 276
This include processes Soundcloud audio files for use by emaudio.module.

Code

function emaudio_soundcloud_emfield_subtheme() {
  return array(
    'emaudio_soundcloud_flash' => array(
      'arguments' => array(
        'item' => NULL,
        'embed' => NULL,
        'width' => NULL,
        'height' => NULL,
        'autoplay' => NULL,
        'preview' => FALSE,
      ),
      'file' => 'providers/soundcloud.inc',
    ),
  );
}