You are here

protected property MediaSoundCloudStreamWrapper::$base_url in Media: SoundCloud 7.2

Same name and namespace in other branches
  1. 7 includes/MediaSoundCloudStreamWrapper.inc \MediaSoundCloudStreamWrapper::base_url

File

includes/MediaSoundCloudStreamWrapper.inc, line 13
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 $base_url = 'http://soundcloud.com/';