You are here

protected function MediaBrightcovePlaylistStreamWrapper::urlTargetType in Brightcove Video Connect 7.6

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

Overrides MediaBrightcoveVideoStreamWrapper::urlTargetType

File

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

Class

MediaBrightcovePlaylistStreamWrapper
@file Stream wrapper for Brightcove playlists.

Code

protected function urlTargetType() {
  return BRIGHTCOVE_EMBED_TYPE_PLAYLIST;
}