org.iso.mpeg.mpegj.net
Interface ChannelController
- public interface ChannelController
|
Method Summary |
void |
disable(long serviceSessionID,
long channelID)
This method allows to disable a specified channel in a specified service session. |
void |
enable(long serviceSessionID,
long channelID)
This method allows to enable a specified channel in a specified service session. |
enable
public void enable(long serviceSessionID,
long channelID)
- This method allows to enable a specified channel in a specified service session.
This means that the particular channel will be able to accept data from the Access Layer.
- Parameters:
serviceSessionID: - specifies the service session identifierchannelID: - specifies a particular channel (by gining a channel identifier) within the given service session.
disable
public void disable(long serviceSessionID,
long channelID)
- This method allows to disable a specified channel in a specified service session.
This means that the particular channel won't be able to accept data from the Access Layer.
- Parameters:
serviceSessionID: - specifies the service session identifierchannelID: - specifies a particular channel (by gining a channel identifier) within the given service session.