protected property MediaSoundCloudStreamWrapper::$parameters in Media: SoundCloud 7.2
Same name and namespace in other branches
- 7 includes/MediaSoundCloudStreamWrapper.inc \MediaSoundCloudStreamWrapper::parameters
File
- includes/
MediaSoundCloudStreamWrapper.inc, line 14 - Extends the MediaReadOnlyStreamWrapper class to handle SoundCloud audio.
Class
- MediaSoundCloudStreamWrapper
- Create an instance like this: $soundcloud = new MediaSoundCloudStreamWrapper('soundcloud://u/[user-name]/a/[audio-code]');
Code
protected $parameters = array(
'u',
'a',
'g',
's',
);