You are here

protected function MediaBrightcovePlaylistStreamWrapper::streamPrefix in Brightcove Video Connect 7.6

Same name and namespace in other branches
  1. 7.7 brightcove_media/includes/MediaBrightcovePlaylistStreamWrapper.inc \MediaBrightcovePlaylistStreamWrapper::streamPrefix()

Overrides MediaBrightcoveVideoStreamWrapper::streamPrefix

File

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

Class

MediaBrightcovePlaylistStreamWrapper
@file Stream wrapper for Brightcove playlists.

Code

protected function streamPrefix() {
  return 'brightcove-playlist';
}