Interface TvChannel

All Known Implementing Classes:
TvChannelImpl

public interface TvChannel
An interface providing methods to access TvChannel implementations properties
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the channel represented by the current instance
    default String
    Returns the stream url
    Returns a Date specifying when the coverage on the channel starts
  • Method Details

    • getName

      String getName()
      Returns the name of the channel represented by the current instance
      Returns:
      - the name of the channel represented by the current instance
    • getTime

      Date getTime()
      Returns a Date specifying when the coverage on the channel starts
      Returns:
      - a Date specifying when the coverage on the channel represented by the current TvChannel starts, or a null reference if the time is not known
    • getStreamUrl

      default String getStreamUrl()
      Returns the stream url
      Returns:
      the stream url; otherwise null