Interface ISingleItemSubscriberStream

All Superinterfaces:
IClientStream, IStream, ISubscriberStream
All Known Implementing Classes:
SingleItemSubscriberStream

public interface ISingleItemSubscriberStream extends ISubscriberStream
A subscriber stream that has only one item for play.
Author:
The Red5 Project, Steven Gong (steven.gong@gmail.com)
  • Method Details

    • setPlayItem

      void setPlayItem(IPlayItem item)
      Setter for property 'playItem'.
      Parameters:
      item - Value to set for property 'playItem'.