You are here

class MediaBrightcovePlaylistStreamWrapper in Brightcove Video Connect 7.6

Same name and namespace in other branches
  1. 7.7 brightcove_media/includes/MediaBrightcovePlaylistStreamWrapper.inc \MediaBrightcovePlaylistStreamWrapper
  2. 7.4 brightcove_media/includes/MediaBrightcovePlaylistStreamWrapper.inc \MediaBrightcovePlaylistStreamWrapper

@file Stream wrapper for Brightcove playlists.

Hierarchy

Expanded class hierarchy of MediaBrightcovePlaylistStreamWrapper

1 string reference to 'MediaBrightcovePlaylistStreamWrapper'
brightcove_media_stream_wrappers in brightcove_media/brightcove_media.module
Implements hook_stream_wrappers().

File

brightcove_media/includes/MediaBrightcovePlaylistStreamWrapper.inc, line 7
Stream wrapper for Brightcove playlists.

View source
class MediaBrightcovePlaylistStreamWrapper extends MediaBrightcoveVideoStreamWrapper {
  protected function urlTargetType() {
    return BRIGHTCOVE_EMBED_TYPE_PLAYLIST;
  }
  protected function streamPrefix() {
    return 'brightcove-playlist';
  }

}

Members