FileDocCategorySizeDatePackage
RateConfigureable.javaAPI DocJMF 2.1.1e1293Mon May 12 12:20:42 BST 2003javax.media.protocol

RateConfigureable

public interface RateConfigureable
DataSources support the RateConfigureable interface if they use different rate-configurations to support multiple media display speeds.
see
DataSource
see
RateConfiguration
see
RateRange
version
1.2, 02/08/21.

Fields Summary
Constructors Summary
Methods Summary
public javax.media.protocol.RateConfiguration[]getRateConfigurations()
Get the rate configurations that this object supports. There must always be one and only one for a RateConfiguration that covers a rate of 1.0.

return
The collection of RateConfigurations that this source supports.

public javax.media.protocol.RateConfigurationsetRateConfiguration(javax.media.protocol.RateConfiguration config)
Set a new RateConfiguration. The new configuration should have been obtained by calling getRateConfigurations. Returns the actual RateConfiguration used.

param
config The RateConfiguration to use.
return
The actual RateConfiguration used by the source.