You are here

MediaBrightcovePlaylistStreamWrapper.inc in Brightcove Video Connect 7.7

Stream wrapper for Brightcove playlists.

File

brightcove_media/includes/MediaBrightcovePlaylistStreamWrapper.inc
View source
<?php

/**
 * @file
 * Stream wrapper for Brightcove playlists.
 */
class MediaBrightcovePlaylistStreamWrapper extends MediaBrightcoveVideoStreamWrapper {
  protected function urlTargetType() {
    return BRIGHTCOVE_EMBED_TYPE_PLAYLIST;
  }
  protected function streamPrefix() {
    return 'brightcove-playlist';
  }

}

Classes

Namesort descending Description
MediaBrightcovePlaylistStreamWrapper @file Stream wrapper for Brightcove playlists.