You are here

protected property MediaSoundCloudStreamWrapper::$parameters in Media: SoundCloud 7

Same name and namespace in other branches
  1. 7.2 includes/MediaSoundCloudStreamWrapper.inc \MediaSoundCloudStreamWrapper::parameters

File

includes/MediaSoundCloudStreamWrapper.inc, line 14
Create a SoundCloud Stream Wrapper class for the Media/Resource module.

Class

MediaSoundCloudStreamWrapper
Create an instance like this: $soundcloud = new ResourceSoundCloudStreamWrapper('soundcloud://u/[user-name]/a/[audio-code]');

Code

protected $parameters = array(
  'u',
  'a',
  'g',
  's',
);