Beispiel #1
0
 public function getLiveStatus($mediaServerIndex = null)
 {
     if ($mediaServerIndex != null) {
         return $this->getLiveStatusInternal($mediaServerIndex);
     }
     return LiveEntry::maxLiveEntryStatus($this->getLiveStatusInternal(MediaServerIndex::PRIMARY), $this->getLiveStatusInternal(MediaServerIndex::SECONDARY));
 }