Interface TvChannel
- All Known Implementing Classes:
TvChannelImpl
public interface TvChannel
An interface providing methods to access
TvChannel implementations properties-
Method Summary
-
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 aDatespecifying when the coverage on the channel starts -
getStreamUrl
Returns the stream url- Returns:
- the stream url; otherwise null
-