Interface IOnDemandStreamService

All Superinterfaces:
IScopeService

public interface IOnDemandStreamService extends IScopeService
  • Field Details

  • Method Details

    • hasOnDemandStream

      boolean hasOnDemandStream(IScope scope, String name)
      Has the service an on-demand stream with the passed name?
      Parameters:
      scope - the scope to check for the stream
      name - the name of the stream
      Returns:
      true if the stream exists, false otherwise
    • getOnDemandStream

      IOnDemandStream getOnDemandStream(IScope scope, String name)
      Get a stream that can be used for playback of the on-demand stream
      Parameters:
      scope - the scope to return the stream from
      name - the name of the stream
      Returns:
      the on-demand stream