public interface RateConfigureable
DataSources support the
RateConfigureable interface if they use
different rate-configurations to support multiple
media display speeds.DataSource,
RateConfiguration,
RateRange| Modifier and Type | Method and Description |
|---|---|
RateConfiguration[] |
getRateConfigurations()
Get the rate configurations that this object supports.
|
RateConfiguration |
setRateConfiguration(RateConfiguration config)
Set a new
RateConfiguration. |
RateConfiguration[] getRateConfigurations()
RateConfiguration that covers a rate of 1.0.RateConfigurations that this
source supports.RateConfiguration setRateConfiguration(RateConfiguration config)
RateConfiguration.
The new configuration should have been obtained by calling
getRateConfigurations.
Returns the actual RateConfiguration used.config - The RateConfiguration to use.RateConfiguration used by the source.Copyright © 2012 code4tv.com. All Rights Reserved.