You are here

private property Playlist::$mediaTypes in MediaFront 7

Same name and namespace in other branches
  1. 6.2 players/osmplayer/player/playlist/Playlist.php \Playlist::mediaTypes
  2. 6 players/osmplayer/player/playlist/Playlist.php \Playlist::mediaTypes

File

players/osmplayer/player/playlist/Playlist.php, line 83

Class

Playlist
Playlist Class

Code

private $mediaTypes = array(
  'ogg',
  'ogv',
  'oga',
  'flv',
  'rtmp',
  'mp4',
  'm4v',
  'mov',
  '3g2',
  'mp3',
  'm4a',
  'aac',
  'wav',
  'aif',
  'wma',
);